Searched refs:ahc_scbram_config (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 607 static void ahc_scbram_config(struct ahc_softc *ahc, int enable, 1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() function 1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram() 1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); 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() 1163 ahc_scbram_config(ahc, enable, pcheck, fast, large); in ahc_probe_ext_scbram()
|