Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dlibata.h555 struct ata_taskfile { struct
556 unsigned long flags; /* ATA_TFLAG_xxx */
557 u8 protocol; /* ATA_PROT_xxx */
559 u8 ctl; /* control reg */
561 u8 hob_feature; /* additional data */
562 u8 hob_nsect; /* to support LBA48 */
563 u8 hob_lbal;
564 u8 hob_lbam;
565 u8 hob_lbah;
567 u8 feature;
[all …]
/kernel/linux/linux-6.6/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 …]