tag | line | file | source code |
---|---|---|---|
usecs_per_tmr | 47 | drivers/sound/sound_timer.c | static volatile unsigned long usecs_per_tmr; /* Length of the current interval */ |
usecs_per_tmr | 96 | drivers/sound/sound_timer.c | tmp = tmr_value * usecs_per_tmr; /* Convert to usecs */ |
usecs_per_tmr | 130 | drivers/sound/sound_timer.c | usecs_per_tmr = divisor * resolution; |