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

/netbsd-6-1-5-RELEASE/sys/arch/arm/footbridge/
H A Dfootbridge_clock.c206 unsigned int timer_count; local
209 timer_count = dc21285_fclk / herz;
210 if (timer_count > TIMER_MAX_VAL * 16) {
212 timer_count >>= 8;
213 } else if (timer_count > TIMER_MAX_VAL) {
215 timer_count >>= 4;
221 base + TIMER_LOAD, timer_count);
226 return timer_count;

Completed in 47 milliseconds