Searched refs:preset_lpj (Results 1 – 6 of 6) sorted by relevance
| /linux/init/ |
| H A D | calibrate.c | 19 unsigned long preset_lpj; variable 23 return kstrtoul(str, 0, &preset_lpj) == 0; in lpj_setup() 289 } else if (preset_lpj) { in calibrate_delay() 290 lpj = preset_lpj; in calibrate_delay()
|
| /linux/arch/arm/mach-shmobile/ |
| H A D | timer.c | 39 if (!preset_lpj) in shmobile_init_delay() 40 preset_lpj = max_freq / HZ; in shmobile_init_delay()
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | csrc-octeon.c | 40 preset_lpj = octeon_get_clock_rate() / HZ; in octeon_setup_delays()
|
| /linux/include/linux/ |
| H A D | jiffies.h | 332 extern unsigned long preset_lpj;
|
| /linux/arch/mips/alchemy/common/ |
| H A D | clock.c | 142 preset_lpj = alchemy_clk_cpu_recalc(NULL, ALCHEMY_ROOTCLK_RATE); in alchemy_set_lpj() 143 preset_lpj /= 2 * HZ; in alchemy_set_lpj()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 1301 lpj = preset_lpj ? preset_lpj : 1000000; /* some guess */ in boot_delay_setup() 1308 pr_debug("boot_delay: %u, preset_lpj: %ld, lpj: %lu, " in boot_delay_setup() 1310 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()
|