Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
A Dtime.c23 u64 const_clock_freq; variable
24 EXPORT_SYMBOL(const_clock_freq);
69 period = const_clock_freq / HZ; in constant_set_state_periodic()
107 unsigned long lpj = (unsigned long)const_clock_freq; in get_loops_per_jiffy()
156 clockevents_config_and_register(cd, const_clock_freq, min_delta, max_delta); in constant_clockevent_init()
196 unsigned long freq = const_clock_freq; in constant_clocksource_init()
210 const_clock_freq = cpu_clock_freq; in time_init()
212 const_clock_freq = calc_const_freq(); in time_init()
A Dproc.c61 (lpj_fine * cpu_clock_freq / const_clock_freq) / (500000/HZ), in show_cpuinfo()
62 ((lpj_fine * cpu_clock_freq / const_clock_freq) / (5000/HZ)) % 100); in show_cpuinfo()
/linux/arch/loongarch/include/asm/
A Dtime.h13 extern u64 const_clock_freq;

Completed in 8 milliseconds