Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dlibata.h521 struct ata_taskfile { struct
522 unsigned long flags; /* ATA_TFLAG_xxx */
523 u8 protocol; /* ATA_PROT_xxx */
525 u8 ctl; /* control reg */
527 u8 hob_feature; /* additional data */
528 u8 hob_nsect; /* to support LBA48 */
529 u8 hob_lbal;
530 u8 hob_lbam;
531 u8 hob_lbah;
533 union {
[all …]