Searched refs:scrubrates (Results 1 - 2 of 2) sorted by relevance

/drivers/edac/
H A De752x_edac.c992 const struct scrubrate *scrubrates; local
998 scrubrates = scrubrates_i3100;
1000 scrubrates = scrubrates_e752x;
1006 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
1007 if (scrubrates[i].bandwidth >= new_bw)
1010 if (scrubrates[i].bandwidth == SDRATE_EOT)
1013 pci_write_config_word(pdev, E752X_MCHSCRB, scrubrates[i].scrubval);
1015 return scrubrates[i].bandwidth;
1021 const struct scrubrate *scrubrates; local
1028 scrubrates
[all...]
H A Damd64_edac.c37 } scrubrates[] = { variable in typeref:struct:scrubrate
189 * by falling back to the last element in scrubrates[].
191 for (i = 0; i < ARRAY_SIZE(scrubrates) - 1; i++) {
196 if (scrubrates[i].scrubval < min_rate)
199 if (scrubrates[i].bandwidth <= new_bw)
203 scrubval = scrubrates[i].scrubval;
208 return scrubrates[i].bandwidth;
242 for (i = 0; i < ARRAY_SIZE(scrubrates); i++) {
243 if (scrubrates[i].scrubval == scrubval) {
244 retval = scrubrates[
[all...]

Completed in 57 milliseconds