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
988 /* Program byte/sec bandwidth scrub rate to hardware */
1002 * Search for the bandwidth that is equal or greater than the
1005 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
1006 if (scrubrates[i].bandwidth >= new_bw)
1009 if (scrubrates[i].bandwidth == SDRATE_EOT)
1014 return scrubrates[i].bandwidth;
1017 /* Convert current scrub rate value into byte/sec bandwidth */
1031 /* Find the bandwidth matching the memory scrubber configuration */
1035 for (i = 0; scrubrates[i].bandwidth != SDRATE_EOT; i++)
1039 if (scrubrates[i].bandwidth == SDRATE_EOT) {
1044 return scrubrates[i].bandwidth;