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