Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clocksource/
Dtimer-oxnas-rps.c131 ulong timer_rate; in oxnas_rps_clockevent_init() local
136 timer_rate = clk_rate; in oxnas_rps_clockevent_init()
140 timer_rate = clk_rate / 16; in oxnas_rps_clockevent_init()
141 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
145 timer_rate = clk_rate / 256; in oxnas_rps_clockevent_init()
146 rps->timer_period = DIV_ROUND_UP(timer_rate, HZ); in oxnas_rps_clockevent_init()
162 timer_rate, in oxnas_rps_clockevent_init()