Searched refs:TIMER_COUNT (Results 1 - 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-nexell/
H A Dtimer.c33 static long TIMER_COUNT = 0xFFFFFFFF; variable
107 ret = TIMER_COUNT - readl(base + REG_TCNT0 + (TIMER_TCNT_OFFS * ch));
146 tcnt = TIMER_COUNT == 0xFFFFFFFF ? TIMER_COUNT + 1 : tcnt;
209 timestamp += now + TIMER_COUNT - lastdec;

Completed in 127 milliseconds