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