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

  /src/sys/arch/shark/isa/
clock.c 239 unsigned timer0last; variable in typeref:typename:unsigned
281 timer0last = 0;
320 if (timer0last >= current)
321 ticks = timer0last - current;
323 ticks = timer0last + (TIMER0_ROLLOVER - current);
325 timer0last = current;
clock.c 239 unsigned timer0last; variable in typeref:typename:unsigned
281 timer0last = 0;
320 if (timer0last >= current)
321 ticks = timer0last - current;
323 ticks = timer0last + (TIMER0_ROLLOVER - current);
325 timer0last = current;

Completed in 23 milliseconds