Home
last modified time | relevance | path

Searched refs:pcheck (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_pci.c608 int pcheck, int fast, int large);
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() argument
1056 if (pcheck) in ahc_scbram_config()
1075 int pcheck; in ahc_probe_ext_scbram() local
1080 pcheck = FALSE; in ahc_probe_ext_scbram()
1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram()
1113 pcheck = TRUE; in ahc_probe_ext_scbram()
1120 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram()
1132 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE); in ahc_probe_ext_scbram()
1160 pcheck ? ", parity checking enabled" : "", in ahc_probe_ext_scbram()
[all …]