fast              641 dev/pci/ahc_pci.c 				  int pcheck, int fast, int large);
fast             1150 dev/pci/ahc_pci.c 		  int fast, int large)
fast             1180 dev/pci/ahc_pci.c 		if (fast)
fast             1213 dev/pci/ahc_pci.c 	int fast;
fast             1218 dev/pci/ahc_pci.c 	fast = FALSE;
fast             1228 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
fast             1246 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
fast             1262 dev/pci/ahc_pci.c 		fast = TRUE;
fast             1269 dev/pci/ahc_pci.c 		ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE);
fast             1296 dev/pci/ahc_pci.c 		       ahc_name(ahc), fast ? "fast" : "slow", 
fast             1300 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, enable, pcheck, fast, large);
fast              547 dev/tc/tcds.c  	int id, fast;
fast              555 dev/tc/tcds.c  		fast = dec_3000_scsifast[chip];
fast              569 dev/tc/tcds.c  		fast = ids & 0x8;
fast              578 dev/tc/tcds.c  	if (fast)
fast              583 dev/tc/tcds.c  	*fastp = fast;