Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
345 struct ata_taskfile { struct346 unsigned long flags; /* ATA_TFLAG_xxx */347 u8 protocol; /* ATA_PROT_xxx */349 u8 ctl; /* control reg */351 u8 hob_feature; /* additional data */352 u8 hob_nsect; /* to support LBA48 */353 u8 hob_lbal;354 u8 hob_lbam;355 u8 hob_lbah;357 u8 feature;[all …]