taglinefilesource code
tmr_value47drivers/sound/sound_timer.ctmr2ticks (int tmr_value)
tmr_value56drivers/sound/sound_timer.ctmp = tmr_value * usecs_per_tmr;  /* Convert to usecs */
tmr_value53drivers/sound/sys_timer.ctmr2ticks (int tmr_value)
tmr_value60drivers/sound/sys_timer.creturn ((tmr_value * curr_tempo * curr_timebase) + (30 * HZ)) / (60 * HZ);