Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dtime.c22 u64 const_clock_freq; variable
23 EXPORT_SYMBOL(const_clock_freq);
68 period = const_clock_freq / HZ; in constant_set_state_periodic()
106 unsigned long lpj = (unsigned long)const_clock_freq; in get_loops_per_jiffy()
165 clockevents_config_and_register(cd, const_clock_freq, min_delta, max_delta); in constant_clockevent_init()
205 unsigned long freq = const_clock_freq; in constant_clocksource_init()
219 const_clock_freq = cpu_clock_freq; in time_init()
221 const_clock_freq = calc_const_freq(); in time_init()
H A Dproc.c60 (lpj_fine * cpu_clock_freq / const_clock_freq) / (500000/HZ), in show_cpuinfo()
61 ((lpj_fine * cpu_clock_freq / const_clock_freq) / (5000/HZ)) % 100); in show_cpuinfo()
/openbmc/linux/arch/loongarch/include/asm/
H A Dtime.h13 extern u64 const_clock_freq;