Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/loongson1/common/
Dtime.c39 static uint32_t ls1x_jiffies_per_tick; variable
59 ls1x_jiffies_per_tick = DIV_ROUND_CLOSEST(mips_hpt_frequency, HZ); in ls1x_pwmtimer_init()
61 ls1x_pwmtimer_set_period(ls1x_jiffies_per_tick); in ls1x_pwmtimer_init()
109 return (cycle_t) (jifs * ls1x_jiffies_per_tick) + count; in ls1x_clocksource_read()
135 ls1x_pwmtimer_set_period(ls1x_jiffies_per_tick); in ls1x_clockevent_set_mode()