HomeSort by: relevance | last modified time | path
    Searched defs:sbdsp_rates (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
sbdsp.c 216 static const int sbdsp_rates[] = { variable in typeref:typename:const int[]
660 for (j = 0; j < __arraycount(sbdsp_rates); j++) {
661 if (minrate <= sbdsp_rates[j] &&
662 sbdsp_rates[j] <= maxrate) {
663 dp[i].frequency[n++] = sbdsp_rates[j];
sbdsp.c 216 static const int sbdsp_rates[] = { variable in typeref:typename:const int[]
660 for (j = 0; j < __arraycount(sbdsp_rates); j++) {
661 if (minrate <= sbdsp_rates[j] &&
662 sbdsp_rates[j] <= maxrate) {
663 dp[i].frequency[n++] = sbdsp_rates[j];

Completed in 26 milliseconds