Searched refs:timer_count (Results 1 – 6 of 6) 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()
1011 uint64_t ctl_reg, status, timer_count; in octgmx_sgmii_enable() local1024 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()
8133 int timer_count __attribute__((io(0x123)));
39504 int timer_count __attribute__((io(0x123)));
7593 int timer_count __attribute__((io(0x123)));
35928 int timer_count __attribute__((io(0x123)));