Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
560 struct ata_taskfile { struct561 unsigned long flags; /* ATA_TFLAG_xxx */562 u8 protocol; /* ATA_PROT_xxx */564 u8 ctl; /* control reg */566 u8 hob_feature; /* additional data */567 u8 hob_nsect; /* to support LBA48 */568 u8 hob_lbal;569 u8 hob_lbam;570 u8 hob_lbah;572 union {[all …]