Lines Matching defs:mode
89 * @pio: PIO mode
91 * Set PIO mode for device, in host controller PCI config space. This
92 * is used both to set PIO timings in PIO mode and also to set the
117 * Set PIO mode for device, in host controller PCI config space. For
134 /* Clear the UDMA mode bits (set_dmamode will redo this if needed) */
144 * @pio: PIO mode
146 * Set PIO mode for device, in host controller PCI config space. The
171 * Set PIO mode for device, in host controller PCI config space. For
187 /* Clear the UDMA mode bits (set_dmamode will redo this if needed) */
198 * Set DMA mode for device, in host controller PCI config space.
222 /* Add ultra DMA bits if in UDMA mode */
224 u8 mode = (adev->dma_mode - XFER_UDMA_0) + 1 - clock;
225 if (mode == 0)
226 mode = 1;
227 ultra |= (mode << (2 * dn));
237 * Set DMA mode for device, in host controller PCI config space. The
258 /* Add ultra DMA bits if in UDMA mode */
262 u8 mode = adev->dma_mode - XFER_UDMA_0 + 1 - clock;
263 if (mode == 0)
264 mode = 1;
265 ultra |= (mode << (4 * adev->devno));
334 /* PCI latency must be > 0x80 for burst mode, tweak it
341 /* Enable IRQ output and burst mode */