Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlibata.h345 struct ata_taskfile { struct
346 unsigned long flags; /* ATA_TFLAG_xxx */
347 u8 protocol; /* ATA_PROT_xxx */
349 u8 ctl; /* control reg */
351 u8 hob_feature; /* additional data */
352 u8 hob_nsect; /* to support LBA48 */
353 u8 hob_lbal;
354 u8 hob_lbam;
355 u8 hob_lbah;
357 u8 feature;
[all …]
/openbmc/linux/include/linux/
H A Dlibata.h522 struct ata_taskfile { struct
523 unsigned long flags; /* ATA_TFLAG_xxx */
524 u8 protocol; /* ATA_PROT_xxx */
526 u8 ctl; /* control reg */
528 u8 hob_feature; /* additional data */
529 u8 hob_nsect; /* to support LBA48 */
530 u8 hob_lbal;
531 u8 hob_lbam;
532 u8 hob_lbah;
534 union {
[all …]