taglinefilesource code
ticks_offs40drivers/sound/sound_timer.cstatic volatile unsigned long ticks_offs;
ticks_offs142drivers/sound/sound_timer.cticks_offs = 0;
ticks_offs220drivers/sound/sound_timer.cticks_offs += tmr2ticks (tmr_ctr);
ticks_offs300drivers/sound/sound_timer.cticks_offs += tmr2ticks (tmr_ctr);
ticks_offs371drivers/sound/sound_timer.ccurr_ticks = ticks_offs + tmr2ticks (tmr_ctr);
ticks_offs40drivers/sound/sys_timer.cstatic volatile unsigned long ticks_offs;
ticks_offs78drivers/sound/sys_timer.ccurr_ticks = ticks_offs + tmr2ticks (tmr_ctr);
ticks_offs96drivers/sound/sys_timer.cticks_offs = 0;
ticks_offs172drivers/sound/sys_timer.cticks_offs += tmr2ticks (tmr_ctr);
ticks_offs251drivers/sound/sys_timer.cticks_offs += tmr2ticks (tmr_ctr);