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