Lines Matching defs:ata_taskfile
478 struct ata_taskfile { struct
479 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;
491 u8 nsect;
492 u8 lbal;
493 u8 lbam;
494 u8 lbah;
496 u8 device;
498 u8 command; /* IO operation */