Searched refs:fast_pio (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c202 int fast_pio; member in struct:sym53c500_data
246 SYM53C500_pio_read(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
285 if (fast_pio && len > 3) {
301 SYM53C500_pio_write(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
336 if (fast_pio && len > 3) {
364 int fast_pio = data->fast_pio; local
432 SYM53C500_pio_write(fast_pio, port_base,
451 SYM53C500_pio_read(fast_pio, port_base,
546 SChost->io_port, SChost->irq, data->fast_pio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c202 int fast_pio; member in struct:sym53c500_data
246 SYM53C500_pio_read(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
285 if (fast_pio && len > 3) {
301 SYM53C500_pio_write(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
336 if (fast_pio && len > 3) {
364 int fast_pio = data->fast_pio; local
432 SYM53C500_pio_write(fast_pio, port_base,
451 SYM53C500_pio_read(fast_pio, port_base,
546 SChost->io_port, SChost->irq, data->fast_pio
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DNCR53c406a.c201 static int fast_pio = USE_FAST_PIO; variable
385 if (fast_pio && len > 3) {
435 if (fast_pio && len > 3) {
577 sprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, %s PIO mode.", port_base, irq_level, fast_pio ? "fast" : "slow");
658 fast_pio = ints[3];
660 DEB(printk("NCR53c406a: port_base=0x%x, irq=%d, fast_pio=%d\n", port_base, irq_level, fast_pio);)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DNCR53c406a.c201 static int fast_pio = USE_FAST_PIO; variable
385 if (fast_pio && len > 3) {
435 if (fast_pio && len > 3) {
577 sprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, %s PIO mode.", port_base, irq_level, fast_pio ? "fast" : "slow");
658 fast_pio = ints[3];
660 DEB(printk("NCR53c406a: port_base=0x%x, irq=%d, fast_pio=%d\n", port_base, irq_level, fast_pio);)

Completed in 106 milliseconds