Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
546 struct ata_taskfile { struct547 unsigned long flags; /* ATA_TFLAG_xxx */548 u8 protocol; /* ATA_PROT_xxx */550 u8 ctl; /* control reg */552 u8 hob_feature; /* additional data */553 u8 hob_nsect; /* to support LBA48 */554 u8 hob_lbal;555 u8 hob_lbam;556 u8 hob_lbah;558 u8 feature;[all …]