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