Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/footbridge/
Dfootbridge_clock.c206 unsigned int timer_count; in load_timer() local
209 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dextend.texi8133 int timer_count __attribute__((io(0x123)));
Dgcc.info39504 int timer_count __attribute__((io(0x123)));