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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c215 int fast_pio; member in struct:sym53c500_data
259 SYM53C500_pio_read(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
298 if (fast_pio && len > 3) {
314 SYM53C500_pio_write(int fast_pio, int base, unsigned char *request, unsigned int reqlen) argument
349 if (fast_pio && len > 3) {
379 int fast_pio = data->fast_pio; local
443 SYM53C500_pio_write(fast_pio, port_base, curSC->request_buffer, curSC->request_bufflen);
448 SYM53C500_pio_write(fast_pio, port_base, page_address(sglist->page) + sglist->offset, sglist->length);
464 SYM53C500_pio_read(fast_pio, port_bas
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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);)

Completed in 53 milliseconds