Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dlibata.h556 struct ata_taskfile { struct
557 unsigned long flags; /* ATA_TFLAG_xxx */
558 u8 protocol; /* ATA_PROT_xxx */
560 u8 ctl; /* control reg */
562 u8 hob_feature; /* additional data */
563 u8 hob_nsect; /* to support LBA48 */
564 u8 hob_lbal;
565 u8 hob_lbam;
566 u8 hob_lbah;
568 u8 feature;
[all …]