taglinefilesource code
fast_pio202drivers/scsi/NCR53c406a.cstatic int   fast_pio = USE_FAST_PIO;
fast_pio386drivers/scsi/NCR53c406a.cif( fast_pio && len > 3 ) { 
fast_pio437drivers/scsi/NCR53c406a.cif( fast_pio && len > 3 ) { 
fast_pio577drivers/scsi/NCR53c406a.csprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, %s PIO mode.", port_base, irq_level, fast_pio ? "fast" : "slow");
fast_pio626drivers/scsi/NCR53c406a.cfast_pio = ints[3];
fast_pio628drivers/scsi/NCR53c406a.cDEB(printk("NCR53c406a: port_base=0x%X, irq=%d, fast_pio=%d\n", port_base, irq_level, fast_pio);)