Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlibata.h563 struct ata_taskfile { struct
564 unsigned long flags; /* ATA_TFLAG_xxx */
565 u8 protocol; /* ATA_PROT_xxx */
567 u8 ctl; /* control reg */
569 u8 hob_feature; /* additional data */
570 u8 hob_nsect; /* to support LBA48 */
571 u8 hob_lbal;
572 u8 hob_lbam;
573 u8 hob_lbah;
575 u8 feature;
[all …]