taglinefilesource code
fast_pio204drivers/scsi/NCR53c406a.cstatic int   fast_pio = USE_FAST_PIO;
fast_pio392drivers/scsi/NCR53c406a.cif( fast_pio && len > 3 ) { 
fast_pio443drivers/scsi/NCR53c406a.cif( fast_pio && len > 3 ) { 
fast_pio586drivers/scsi/NCR53c406a.cport_base, irq_level, fast_pio ? "fast" : "slow");
fast_pio635drivers/scsi/NCR53c406a.cfast_pio = ints[3];
fast_pio638drivers/scsi/NCR53c406a.cport_base, irq_level, fast_pio);)