Home
last modified time | relevance | path

Searched defs:ata_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Datavar.h86 struct ata_command { struct
88 uint64_t r_lba; /* before & after */
89 uint16_t r_count; /* before & after */
90 union {
94 union {
98 uint8_t r_device; /* before & after */
100 uint8_t r_st_bmask; /* status register mask to wait for before
102 uint8_t r_st_pmask; /* status register mask to wait for after
104 volatile uint16_t flags;
121 int timeout; /* timeout (in ms) */
[all …]
/netbsd-src/sbin/atactl/
H A Datactl.c583 ata_command(struct atareq *req) in ata_command() function