Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/isa/
H A Dclock.c237 struct count64 timer0count; variable
277 timer0count.lo = 0; in startrtclock()
278 timer0count.hi = 0; in startrtclock()
327 oldlo = timer0count.lo; in gettimer0count()
329 if (oldlo > (timer0count.lo = oldlo + ticks)) /* carry? */ in gettimer0count()
330 timer0count.hi++; in gettimer0count()
332 *pcount = timer0count; in gettimer0count()