Home
last modified time | relevance | path

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

/include/linux/
Data.h428 struct ata_taskfile { struct
429 unsigned long flags; /* ATA_TFLAG_xxx */
430 u8 protocol; /* ATA_PROT_xxx */
432 u8 ctl; /* control reg */
434 u8 hob_feature; /* additional data */
435 u8 hob_nsect; /* to support LBA48 */
436 u8 hob_lbal;
437 u8 hob_lbam;
438 u8 hob_lbah;
440 u8 feature;
[all …]