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