Lines Matching defs:pio
56 * Program the PIO mode timings for the controller according to the pio
60 static void cs5520_set_timings(struct ata_port *ap, struct ata_device *adev, int pio)
65 pio -= XFER_PIO_0;
69 (cs5520_pio_clocks[pio].recovery << 4) |
70 (cs5520_pio_clocks[pio].assert));
74 (cs5520_pio_clocks[pio].recovery << 4) |
75 (cs5520_pio_clocks[pio].assert));
78 (cs5520_pio_clocks[pio].recovery << 4) |
79 (cs5520_pio_clocks[pio].assert));
87 * Program the PIO mode timings for the controller according to the pio