Lines Matching defs:ata_taskfile
555 struct ata_taskfile { struct
556 unsigned long flags; /* ATA_TFLAG_xxx */
557 u8 protocol; /* ATA_PROT_xxx */
559 u8 ctl; /* control reg */
561 u8 hob_feature; /* additional data */
562 u8 hob_nsect; /* to support LBA48 */
563 u8 hob_lbal;
564 u8 hob_lbam;
565 u8 hob_lbah;
567 u8 feature;
568 u8 nsect;
569 u8 lbal;
570 u8 lbam;
571 u8 lbah;
573 u8 device;
575 u8 command; /* IO operation */
577 u32 auxiliary; /* auxiliary field */