OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 25 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025