Lines Matching defs:ata_taskfile
346 struct ata_taskfile { struct
347 unsigned long flags; /* ATA_TFLAG_xxx */
348 u8 protocol; /* ATA_PROT_xxx */
350 u8 ctl; /* control reg */
352 u8 hob_feature; /* additional data */
353 u8 hob_nsect; /* to support LBA48 */
354 u8 hob_lbal;
355 u8 hob_lbam;
356 u8 hob_lbah;
358 u8 feature;
359 u8 nsect;
360 u8 lbal;
361 u8 lbam;
362 u8 lbah;
364 u8 device;
366 u8 command; /* IO operation */