Home
last modified time | relevance | path

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

/linux/arch/arm/lib/
H A Ddelay.c83 lpj_fine = timer->freq / HZ; in register_current_timer_delay()
87 arm_delay_ops.ticks_per_jiffy = lpj_fine; in register_current_timer_delay()
99 return lpj_fine; in calibrate_delay_is_known()
/linux/arch/loongarch/lib/
H A Ddelay.c34 __delay((us * 0x000010c7ull * HZ * lpj_fine) >> 32); in __udelay()
40 __delay((ns * 0x00000005ull * HZ * lpj_fine) >> 32); in __ndelay()
/linux/arch/riscv/lib/
H A Ddelay.c87 u64 ucycles = (u64)usecs * lpj_fine * UDELAY_MULT; in udelay()
108 unsigned long long ncycles = nsecs * lpj_fine * NDELAY_MULT; in ndelay()
/linux/init/
H A Dcalibrate.c18 unsigned long lpj_fine; variable
294 } else if ((!printed) && lpj_fine) { in calibrate_delay()
295 lpj = lpj_fine; in calibrate_delay()
/linux/arch/arm64/kernel/
H A Dtime.c69 lpj_fine = arch_timer_rate / HZ; in time_init()
/linux/arch/riscv/kernel/
H A Dtime.c44 lpj_fine = riscv_timebase / HZ; in time_init()
/linux/arch/loongarch/kernel/
H A Dproc.c23 u64 freq = cpu_clock_freq, bogomips = lpj_fine * cpu_clock_freq; in show_cpuinfo()
H A Dtime.c189 lpj_fine = get_loops_per_jiffy(); in constant_clockevent_init()
/linux/arch/nios2/kernel/
H A Dtime.c307 lpj_fine = freq / HZ; in nios2_clocksource_init()