ahc_pci.c | 707 int pcheck, int fast, int large); 1184 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, 1228 if (pcheck) 1247 int pcheck; local in function:ahc_probe_ext_scbram 1252 pcheck = FALSE; 1263 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); 1281 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); 1285 pcheck = TRUE; 1292 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); 1304 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE) [all...] |