taglinefilesource code
usecs_per_tmr47drivers/sound/sound_timer.cstatic volatile unsigned long usecs_per_tmr;  /* Length of the current interval */
usecs_per_tmr96drivers/sound/sound_timer.ctmp = tmr_value * usecs_per_tmr;  /* Convert to usecs */
usecs_per_tmr130drivers/sound/sound_timer.cusecs_per_tmr = divisor * resolution;