Lines Matching full:pio
14 * PIO and DMA. We thus flip to the DMA timings in dma_start and flip back
16 * method as the PIO method is always called and will set the right PIO
68 * sl82c105_configure_piomode - set chip PIO timing
71 * @pio: PIO mode
73 * Called to do the PIO mode setup. Our timing registers are shared
78 static void sl82c105_configure_piomode(struct ata_port *ap, struct ata_device *adev, int pio) in sl82c105_configure_piomode() argument
87 pci_write_config_word(pdev, timing, pio_timing[pio]); in sl82c105_configure_piomode()
93 * sl82c105_set_piomode - set initial PIO mode data
97 * Called to do the PIO mode setup. Our timing registers are shared
98 * but we want to set the PIO timing by default.
158 * PIO performance on DMA capable devices.
198 PIO timings */ in sl82c105_bmdma_stop()