Searched refs:XFER_PIO_6 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | libata-pata-timings.c | 33 { XFER_PIO_6, 10, 55, 20, 80, 55, 20, 0, 80, 0 }, 163 if (speed > XFER_PIO_6) { in ata_timing_compute()
|
H A D | libata-transport.c | 190 { XFER_PIO_6, "XFER_PIO_6" },
|
H A D | libata-core.c | 1715 && (adev->pio_mode == XFER_PIO_5 || adev->pio_mode == XFER_PIO_6)) in ata_pio_need_iordy()
|
/openbmc/u-boot/include/ |
H A D | libata.h | 207 XFER_PIO_6 = 0x0E, /* CFA only */ enumerator
|
/openbmc/linux/include/linux/ |
H A D | ata.h | 399 XFER_PIO_6 = 0x0E, /* CFA only */ enumerator
|