Searched refs:timer0last (Results 1 – 1 of 1) sorted by relevance
239 unsigned timer0last; variable281 timer0last = 0; in startrtclock()320 if (timer0last >= current) in gettimer0count()321 ticks = timer0last - current; in gettimer0count()323 ticks = timer0last + (TIMER0_ROLLOVER - current); in gettimer0count()325 timer0last = current; in gettimer0count()