Searched defs:ata_res (Results 1 – 1 of 1) sorted by relevance
68 struct ata_res { struct69 uint8_t flags; /* ATA command flags */72 uint8_t status;73 uint8_t error;75 uint8_t lba_low;76 uint8_t lba_mid;77 uint8_t lba_high;78 uint8_t device;80 uint8_t lba_low_exp;81 uint8_t lba_mid_exp;[all …]