Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
521 struct ata_taskfile { struct522 unsigned long flags; /* ATA_TFLAG_xxx */523 u8 protocol; /* ATA_PROT_xxx */525 u8 ctl; /* control reg */527 u8 hob_feature; /* additional data */528 u8 hob_nsect; /* to support LBA48 */529 u8 hob_lbal;530 u8 hob_lbam;531 u8 hob_lbah;533 union {[all …]