taglinefilesource code
resolution107drivers/sound/sound_timer.cint             timer_no, resolution;
resolution121drivers/sound/sound_timer.cresolution = 320;    /* usec */
resolution126drivers/sound/sound_timer.cresolution = 80;    /* usec */
resolution129drivers/sound/sound_timer.cdivisor = (usecs_per_tick + (resolution / 2)) / resolution;
resolution130drivers/sound/sound_timer.cusecs_per_tmr = divisor * resolution;