Home
last modified time | relevance | path

Searched refs:timer0last (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/shark/isa/
H A Dclock.c239 unsigned timer0last; variable
281 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()