Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dlibata.h551 struct ata_taskfile { struct
552 unsigned long flags; /* ATA_TFLAG_xxx */
553 u8 protocol; /* ATA_PROT_xxx */
555 u8 ctl; /* control reg */
557 u8 hob_feature; /* additional data */
558 u8 hob_nsect; /* to support LBA48 */
559 u8 hob_lbal;
560 u8 hob_lbam;
561 u8 hob_lbah;
563 u8 feature;
[all …]