Lines Matching defs:ata_taskfile
562 struct ata_taskfile { struct
563 unsigned long flags; /* ATA_TFLAG_xxx */
564 u8 protocol; /* ATA_PROT_xxx */
566 u8 ctl; /* control reg */
568 u8 hob_feature; /* additional data */
569 u8 hob_nsect; /* to support LBA48 */
570 u8 hob_lbal;
571 u8 hob_lbam;
572 u8 hob_lbah;
574 union {
578 u8 nsect;
579 u8 lbal;
580 u8 lbam;
581 u8 lbah;
583 u8 device;
585 union {
590 u32 auxiliary; /* auxiliary field */