Home
last modified time | relevance | path

Searched refs:ATA_PIO3 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dlibata.h56 ATA_PIO3 = ATA_PIO2 | (1 << 3), enumerator
57 ATA_PIO4 = ATA_PIO3 | (1 << 4),
/openbmc/linux/drivers/ata/
H A Dpata_ns87410.c133 .pio_mask = ATA_PIO3, in ns87410_init_one()
H A Dpata_legacy.c872 {"OPTI82C611A", &opti82c611a_port_ops, ATA_PIO3,
874 {"OPTI82C46X", &opti82c46x_port_ops, ATA_PIO3,
/openbmc/linux/include/linux/
H A Data.h106 ATA_PIO3 = ATA_PIO2 | (1 << 3), enumerator
107 ATA_PIO4 = ATA_PIO3 | (1 << 4),