Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/footbridge/
H A 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/sys/arch/mips/cavium/dev/
H A Docteon_gmx.c1011 uint64_t ctl_reg, status, timer_count; in octgmx_sgmii_enable() local
1024 timer_count = PCS_READ_8(sc, PCS_LINK_TIMER_COUNT); in octgmx_sgmii_enable()
1025 CLR(timer_count, PCS_LINK_TIMER_COUNT_MASK); in octgmx_sgmii_enable()
1026 SET(timer_count, in octgmx_sgmii_enable()
1028 PCS_WRITE_8(sc, PCS_LINK_TIMER_COUNT, timer_count); in octgmx_sgmii_enable()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi8133 int timer_count __attribute__((io(0x123)));
H A Dgcc.info39504 int timer_count __attribute__((io(0x123)));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi7593 int timer_count __attribute__((io(0x123)));
H A Dgcc.info35928 int timer_count __attribute__((io(0x123)));