Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
556 struct ata_taskfile { struct557 unsigned long flags; /* ATA_TFLAG_xxx */558 u8 protocol; /* ATA_PROT_xxx */560 u8 ctl; /* control reg */562 u8 hob_feature; /* additional data */563 u8 hob_nsect; /* to support LBA48 */564 u8 hob_lbal;565 u8 hob_lbam;566 u8 hob_lbah;568 u8 feature;[all …]