Searched refs:timer_count (Results 1 – 3 of 3) sorted by relevance
206 unsigned int timer_count; in load_timer() local209 timer_count = dc21285_fclk / herz; in load_timer()210 if (timer_count > TIMER_MAX_VAL * 16) { in load_timer()212 timer_count >>= 8; in load_timer()213 } else if (timer_count > TIMER_MAX_VAL) { in load_timer()215 timer_count >>= 4; in load_timer()221 base + TIMER_LOAD, timer_count); in load_timer()226 return timer_count; in load_timer()
8133 int timer_count __attribute__((io(0x123)));
39504 int timer_count __attribute__((io(0x123)));