Lines Matching defs:ata_taskfile
521 struct ata_taskfile { struct
522 unsigned long flags; /* ATA_TFLAG_xxx */
523 u8 protocol; /* ATA_PROT_xxx */
525 u8 ctl; /* control reg */
527 u8 hob_feature; /* additional data */
528 u8 hob_nsect; /* to support LBA48 */
529 u8 hob_lbal;
530 u8 hob_lbam;
531 u8 hob_lbah;
533 union {
537 u8 nsect;
538 u8 lbal;
539 u8 lbam;
540 u8 lbah;
542 u8 device;
544 union {
549 u32 auxiliary; /* auxiliary field */