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

  /src/sys/arch/arm/iomd/
iomd_clock.c 79 static int timer0_count; variable in typeref:typename:int
156 if (timer0_count &&
162 timer0_offset += timer0_count;
272 timer0_count = TIMER_FREQUENCY / hz;
275 IOMD_T0LOW, (timer0_count >> 0) & 0xff);
277 IOMD_T0HIGH, (timer0_count >> 8) & 0xff);
327 tm = timer0_count - tm;
329 if (timer0_count &&
332 timer0_offset += timer0_count;

Completed in 11 milliseconds