Lines Matching defs:bandwidth
270 * map the scrubbing bandwidth to a hardware register value. The 'set'
279 u32 bandwidth; /* bandwidth consumed by scrubbing in bytes/sec */
285 * so the scrubbing bandwidth value isn't all that important - scrubbing is
987 /* Program byte/sec bandwidth scrub rate to hardware */
1001 * Search for the bandwidth that is equal or greater than the
1004 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
1005 if (scrubrates[i].bandwidth >= new_bw)
1008 if (scrubrates[i].bandwidth == SDRATE_EOT)
1013 return scrubrates[i].bandwidth;
1016 /* Convert current scrub rate value into byte/sec bandwidth */
1030 /* Find the bandwidth matching the memory scrubber configuration */
1034 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
1038 if (scrubrates[i].bandwidth == SDRATE_EOT) {
1043 return scrubrates[i].bandwidth;