taglinefilesource code
usecs_per_tmr42drivers/sound/sound_timer.cstatic volatile unsigned long usecs_per_tmr;  /* Length of the current interval */
usecs_per_tmr56drivers/sound/sound_timer.ctmp = tmr_value * usecs_per_tmr;  /* Convert to usecs */
usecs_per_tmr76drivers/sound/sound_timer.cusecs_per_tmr = tmr->tmr_start (tmr->dev, usecs_per_tick);
usecs_per_tmr90drivers/sound/sound_timer.cusecs_per_tmr = new_usecs;