Home | History | Annotate | Download | only in pci

Lines Matching refs:large

707 				  int pcheck, int fast, int large);
1175 int fast, int large)
1188 if (large)
1199 if (large)
1213 if (large)
1239 int large;
1244 large = FALSE;
1253 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1271 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1282 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1290 * See if we can use large SCBs and still maintain
1294 ahc_scbram_config(ahc, enable, pcheck, fast, /*large*/TRUE);
1297 large = TRUE;
1323 large ? 64 : 32);
1325 ahc_scbram_config(ahc, enable, pcheck, fast, large);