Lines Matching defs:ata_taskfile
556 struct ata_taskfile { struct
557 unsigned long flags; /* ATA_TFLAG_xxx */
558 u8 protocol; /* ATA_PROT_xxx */
560 u8 ctl; /* control reg */
562 u8 hob_feature; /* additional data */
563 u8 hob_nsect; /* to support LBA48 */
564 u8 hob_lbal;
565 u8 hob_lbam;
566 u8 hob_lbah;
568 u8 feature;
569 u8 nsect;
570 u8 lbal;
571 u8 lbam;
572 u8 lbah;
574 u8 device;
576 u8 command; /* IO operation */
578 u32 auxiliary; /* auxiliary field */