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_offs84drivers/sound/sys_timer.ccurr_ticks = ticks_offs + tmr2ticks (tmr_ctr);
ticks_offs102drivers/sound/sys_timer.cticks_offs = 0;
ticks_offs178drivers/sound/sys_timer.cticks_offs += tmr2ticks (tmr_ctr);
ticks_offs257drivers/sound/sys_timer.cticks_offs += tmr2ticks (tmr_ctr);