HomeSort by: relevance | last modified time | path
    Searched defs:ahc_scbram_config (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ahc_pci.c 706 static void ahc_scbram_config(struct ahc_softc *ahc, int enable,
1184 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, function in typeref:typename:void
1263 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1281 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1292 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1304 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE);
1335 ahc_scbram_config(ahc, enable, pcheck, fast, large);
ahc_pci.c 706 static void ahc_scbram_config(struct ahc_softc *ahc, int enable,
1184 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, function in typeref:typename:void
1263 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1281 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1292 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1304 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE);
1335 ahc_scbram_config(ahc, enable, pcheck, fast, large);

Completed in 146 milliseconds