pcheck            641 dev/pci/ahc_pci.c 				  int pcheck, int fast, int large);
pcheck           1149 dev/pci/ahc_pci.c ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck,
pcheck           1193 dev/pci/ahc_pci.c 	if (pcheck)
pcheck           1212 dev/pci/ahc_pci.c 	int pcheck;
pcheck           1217 dev/pci/ahc_pci.c 	pcheck = FALSE;
pcheck           1228 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
pcheck           1250 dev/pci/ahc_pci.c 		pcheck = TRUE;
pcheck           1257 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
pcheck           1269 dev/pci/ahc_pci.c 		ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE);
pcheck           1297 dev/pci/ahc_pci.c 		       pcheck ? ", parity checking enabled" : "",
pcheck           1300 dev/pci/ahc_pci.c 	ahc_scbram_config(ahc, enable, pcheck, fast, large);