Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
563 struct ata_taskfile { struct564 unsigned long flags; /* ATA_TFLAG_xxx */565 u8 protocol; /* ATA_PROT_xxx */567 u8 ctl; /* control reg */569 u8 hob_feature; /* additional data */570 u8 hob_nsect; /* to support LBA48 */571 u8 hob_lbal;572 u8 hob_lbam;573 u8 hob_lbah;575 u8 feature;[all …]