Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dtimer-oxnas-rps.c142 ulong timer_rate; in oxnas_rps_clockevent_init() local
147 timer_rate = clk_rate; in oxnas_rps_clockevent_init()
151 timer_rate = clk_rate / 16; in oxnas_rps_clockevent_init()
152 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
156 timer_rate = clk_rate / 256; in oxnas_rps_clockevent_init()
157 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
173 timer_rate, in oxnas_rps_clockevent_init()