Searched defs:ata_command (Results 1 – 2 of 2) sorted by relevance
86 struct ata_command { struct88 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 before102 uint8_t r_st_pmask; /* status register mask to wait for after104 volatile uint16_t flags;121 int timeout; /* timeout (in ms) */[all …]
583 ata_command(struct atareq *req) in ata_command() function