Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dlibata.h346 struct ata_taskfile { struct
347 unsigned long flags; /* ATA_TFLAG_xxx */
348 u8 protocol; /* ATA_PROT_xxx */
350 u8 ctl; /* control reg */
352 u8 hob_feature; /* additional data */
353 u8 hob_nsect; /* to support LBA48 */
354 u8 hob_lbal;
355 u8 hob_lbam;
356 u8 hob_lbah;
358 u8 feature;
[all …]