Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]