Home
last modified time | relevance | path

Searched defs:ata_taskfile (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/
H A Dlibata.h574 struct ata_taskfile { struct
575 unsigned long flags; /* ATA_TFLAG_xxx */
576 u8 protocol; /* ATA_PROT_xxx */
578 u8 ctl; /* control reg */
580 u8 hob_feature; /* additional data */
581 u8 hob_nsect; /* to support LBA48 */
582 u8 hob_lbal;
583 u8 hob_lbam;
584 u8 hob_lbah;
586 union {
[all …]