Lines Matching defs:ata_taskfile
509 struct ata_taskfile { struct
510 unsigned long flags; /* ATA_TFLAG_xxx */
511 u8 protocol; /* ATA_PROT_xxx */
513 u8 ctl; /* control reg */
515 u8 hob_feature; /* additional data */
516 u8 hob_nsect; /* to support LBA48 */
517 u8 hob_lbal;
518 u8 hob_lbam;
519 u8 hob_lbah;
521 union {
525 u8 nsect;
526 u8 lbal;
527 u8 lbam;
528 u8 lbah;
530 u8 device;
532 union {
537 u32 auxiliary; /* auxiliary field */