Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dmps2-timer.c33 u32 clock_count_per_tick; member
72 u32 clock_count_per_tick = to_mps2_clkevt(ce)->clock_count_per_tick; in mps2_timer_set_periodic() local
74 clockevent_mps2_writel(clock_count_per_tick, ce, TIMER_RELOAD); in mps2_timer_set_periodic()
75 clockevent_mps2_writel(clock_count_per_tick, ce, TIMER_VALUE); in mps2_timer_set_periodic()
146 ce->clock_count_per_tick = DIV_ROUND_CLOSEST(rate, HZ); in mps2_clockevent_init()