tag | line | file | source code |
---|---|---|---|
tmr_value | 87 | drivers/sound/sound_timer.c | tmr2ticks (int tmr_value) |
tmr_value | 96 | drivers/sound/sound_timer.c | tmp = tmr_value * usecs_per_tmr; /* Convert to usecs */ |
tmr_value | 51 | drivers/sound/sys_timer.c | tmr2ticks (int tmr_value) |
tmr_value | 60 | drivers/sound/sys_timer.c | tmp = (tmr_value * 1000) / HZ;/* Convert to msecs */ |