Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
507 struct ata_taskfile { struct508 unsigned long flags; /* ATA_TFLAG_xxx */509 u8 protocol; /* ATA_PROT_xxx */511 u8 ctl; /* control reg */513 u8 hob_feature; /* additional data */514 u8 hob_nsect; /* to support LBA48 */515 u8 hob_lbal;516 u8 hob_lbam;517 u8 hob_lbah;519 union {[all …]