Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance
478 struct ata_taskfile { struct479 unsigned long flags; /* ATA_TFLAG_xxx */480 u8 protocol; /* ATA_PROT_xxx */482 u8 ctl; /* control reg */484 u8 hob_feature; /* additional data */485 u8 hob_nsect; /* to support LBA48 */486 u8 hob_lbal;487 u8 hob_lbam;488 u8 hob_lbah;490 u8 feature;[all …]