Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/loongson32/common/
Dtime.c36 static uint32_t ls1x_jiffies_per_tick; variable
56 ls1x_jiffies_per_tick = DIV_ROUND_CLOSEST(mips_hpt_frequency, HZ); in ls1x_pwmtimer_init()
58 ls1x_pwmtimer_set_period(ls1x_jiffies_per_tick); in ls1x_pwmtimer_init()
106 return (u64) (jifs * ls1x_jiffies_per_tick) + count; in ls1x_clocksource_read()
129 ls1x_pwmtimer_set_period(ls1x_jiffies_per_tick); in ls1x_clockevent_set_state_periodic()