Lines Matching defs:ata_taskfile
563 struct ata_taskfile { struct
564 unsigned long flags; /* ATA_TFLAG_xxx */
565 u8 protocol; /* ATA_PROT_xxx */
567 u8 ctl; /* control reg */
569 u8 hob_feature; /* additional data */
570 u8 hob_nsect; /* to support LBA48 */
571 u8 hob_lbal;
572 u8 hob_lbam;
573 u8 hob_lbah;
575 u8 feature;
576 u8 nsect;
577 u8 lbal;
578 u8 lbam;
579 u8 lbah;
581 u8 device;
583 u8 command; /* IO operation */
585 u32 auxiliary; /* auxiliary field */