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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A De752x_edac.c961 const struct scrubrate *scrubrates; local
967 scrubrates = scrubrates_i3100;
969 scrubrates = scrubrates_e752x;
975 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
976 if (scrubrates[i].bandwidth >= new_bw)
979 if (scrubrates[i].bandwidth == SDRATE_EOT)
982 pci_write_config_word(pdev, E752X_MCHSCRB, scrubrates[i].scrubval);
990 const struct scrubrate *scrubrates; local
997 scrubrates = scrubrates_i3100;
999 scrubrates
[all...]
H A Damd64_edac.c69 struct scrubrate scrubrates[] = { variable in typeref:struct:scrubrate
125 for (i = 0; i < ARRAY_SIZE(scrubrates); i++) {
130 if (scrubrates[i].scrubval < min_scrubrate)
133 if (scrubrates[i].bandwidth <= new_bw)
139 * scrubrates array.
143 scrubval = scrubrates[i].scrubval;
147 scrubrates[i].bandwidth);
193 for (i = 0; i < ARRAY_SIZE(scrubrates); i++) {
194 if (scrubrates[i].scrubval == scrubval) {
195 *bw = scrubrates[
[all...]
H A Damd64_edac.h478 extern struct scrubrate scrubrates[23];

Completed in 116 milliseconds