Lines Matching refs:pio_mode
179 static int ep93xx_pata_get_wst(int pio_mode) in ep93xx_pata_get_wst() argument
183 if (pio_mode == 0) in ep93xx_pata_get_wst()
185 else if (pio_mode < 3) in ep93xx_pata_get_wst()
193 static void ep93xx_pata_enable_pio(void __iomem *base, int pio_mode) in ep93xx_pata_enable_pio() argument
196 ep93xx_pata_get_wst(pio_mode) | in ep93xx_pata_enable_pio()
197 (pio_mode << IDECFG_MODE_SHIFT), base + IDECFG); in ep93xx_pata_enable_pio()
345 ata_timing_compute(adev, adev->pio_mode, &drv_data->t, T, 0); in ep93xx_pata_set_piomode()
346 if (pair && pair->pio_mode) { in ep93xx_pata_set_piomode()
348 ata_timing_compute(pair, pair->pio_mode, &t, T, 0); in ep93xx_pata_set_piomode()
355 adev->pio_mode - XFER_PIO_0); in ep93xx_pata_set_piomode()
762 qc->dev->pio_mode - XFER_PIO_0); in ep93xx_pata_dma_stop()