Lines Matching defs:mode
52 * 30 PIO_MST enable. If set, the chip is in bus master mode during
117 * @speed: transfer mode
193 * hpt366_filter - mode selection filter
230 u8 mode)
237 if (mode < XFER_MW_DMA_0)
239 else if (mode < XFER_UDMA_0)
244 t = hpt36x_find_mode(ap, mode);
247 * Combine new mode bits with old config bits and disable
248 * on-chip PIO FIFO/buffer (and PIO MST mode as well) to avoid
261 * Perform PIO mode setup.
275 * PIO, load the mode number and then set MWDMA or UDMA flag.