Lines Matching refs:fast_pio
192 int fast_pio;
236 SYM53C500_pio_read(int fast_pio, int base, unsigned char *request, unsigned int reqlen)
275 if (fast_pio && len > 3) {
291 SYM53C500_pio_write(int fast_pio, int base, unsigned char *request, unsigned int reqlen)
326 if (fast_pio && len > 3) {
354 int fast_pio = data->fast_pio;
422 SYM53C500_pio_write(fast_pio, port_base,
441 SYM53C500_pio_read(fast_pio, port_base,
536 SChost->io_port, SChost->irq, data->fast_pio ? "fast" : "slow");
621 return snprintf(buf, 4, "%d\n", data->fast_pio);
635 data->fast_pio = pio;
648 .name = "fast_pio",
741 DEB(printk("SYM53C500: port_base=0x%x, irq=%d, fast_pio=%d\n",
775 * Note fast_pio is set to USE_FAST_PIO by
778 data->fast_pio = USE_FAST_PIO;