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