Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h551 struct ata_taskfile { struct
552 unsigned long flags; /* ATA_TFLAG_xxx */
553 u8 protocol; /* ATA_PROT_xxx */
555 u8 ctl; /* control reg */
557 u8 hob_feature; /* additional data */
558 u8 hob_nsect; /* to support LBA48 */
559 u8 hob_lbal;
560 u8 hob_lbam;
561 u8 hob_lbah;
563 u8 feature;
[all …]