taglinefilesource code
tmr_value87drivers/sound/sound_timer.ctmr2ticks (int tmr_value)
tmr_value96drivers/sound/sound_timer.ctmp = tmr_value * usecs_per_tmr;  /* Convert to usecs */
tmr_value51drivers/sound/sys_timer.ctmr2ticks (int tmr_value)
tmr_value60drivers/sound/sys_timer.ctmp = (tmr_value * 1000) / HZ;/* Convert to msecs */