Searched refs:ATA_PIO3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | libata.h | 56 ATA_PIO3 = ATA_PIO2 | (1 << 3), enumerator 57 ATA_PIO4 = ATA_PIO3 | (1 << 4),
|
/openbmc/linux/drivers/ata/ |
H A D | pata_ns87410.c | 133 .pio_mask = ATA_PIO3, in ns87410_init_one()
|
H A D | pata_legacy.c | 872 {"OPTI82C611A", &opti82c611a_port_ops, ATA_PIO3, 874 {"OPTI82C46X", &opti82c46x_port_ops, ATA_PIO3,
|
/openbmc/linux/include/linux/ |
H A D | ata.h | 106 ATA_PIO3 = ATA_PIO2 | (1 << 3), enumerator 107 ATA_PIO4 = ATA_PIO3 | (1 << 4),
|