Lines Matching refs:pcheck
601 int pcheck, int fast, int large);
1005 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() argument
1049 if (pcheck) in ahc_scbram_config()
1068 int pcheck; in ahc_probe_ext_scbram() local
1073 pcheck = FALSE; in ahc_probe_ext_scbram()
1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1106 pcheck = TRUE; in ahc_probe_ext_scbram()
1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1125 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE); in ahc_probe_ext_scbram()
1153 pcheck ? ", parity checking enabled" : "", in ahc_probe_ext_scbram()
1156 ahc_scbram_config(ahc, enable, pcheck, fast, large); in ahc_probe_ext_scbram()