Lines Matching defs:ata_taskfile
560 struct ata_taskfile { struct
561 unsigned long flags; /* ATA_TFLAG_xxx */
562 u8 protocol; /* ATA_PROT_xxx */
564 u8 ctl; /* control reg */
566 u8 hob_feature; /* additional data */
567 u8 hob_nsect; /* to support LBA48 */
568 u8 hob_lbal;
569 u8 hob_lbam;
570 u8 hob_lbah;
572 union {
576 u8 nsect;
577 u8 lbal;
578 u8 lbam;
579 u8 lbah;
581 u8 device;
583 union {
588 u32 auxiliary; /* auxiliary field */