Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dlibata.h546 struct ata_taskfile { struct
547 unsigned long flags; /* ATA_TFLAG_xxx */
548 u8 protocol; /* ATA_PROT_xxx */
550 u8 ctl; /* control reg */
552 u8 hob_feature; /* additional data */
553 u8 hob_nsect; /* to support LBA48 */
554 u8 hob_lbal;
555 u8 hob_lbam;
556 u8 hob_lbah;
558 u8 feature;
[all …]