HomeSort by: relevance | last modified time | path
    Searched defs:timer0count (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/shark/isa/
clock.c 237 struct count64 timer0count; variable in typeref:struct:count64
277 timer0count.lo = 0;
278 timer0count.hi = 0;
327 oldlo = timer0count.lo;
329 if (oldlo > (timer0count.lo = oldlo + ticks)) /* carry? */
330 timer0count.hi++;
332 *pcount = timer0count;

Completed in 11 milliseconds