Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/init/
H A Dcalibrate.c16 unsigned long preset_lpj; variable
19 preset_lpj = simple_strtoul(str,NULL,0); in lpj_setup()
286 } else if (preset_lpj) { in calibrate_delay()
287 lpj = preset_lpj; in calibrate_delay()
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dtimer.c39 if (!preset_lpj) in shmobile_init_delay()
40 preset_lpj = max_freq / HZ; in shmobile_init_delay()
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dtime.c105 preset_lpj = mips_hpt_frequency / (3 * HZ); in plat_time_init()
107 preset_lpj = mips_hpt_frequency / (2 * HZ); in plat_time_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dvmware.c402 if (!preset_lpj) { in vmware_platform_setup()
404 preset_lpj = lpj; in vmware_platform_setup()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c40 preset_lpj = octeon_get_clock_rate() / HZ; in octeon_setup_delays()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvmclock.c133 preset_lpj = lpj; in kvm_get_preset_lpj()
/OK3568_Linux_fs/kernel/include/linux/
H A Djiffies.h189 extern unsigned long preset_lpj;
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dclock.c142 preset_lpj = alchemy_clk_cpu_recalc(NULL, ALCHEMY_ROOTCLK_RATE); in alchemy_set_lpj()
143 preset_lpj /= 2 * HZ; in alchemy_set_lpj()
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk.c1267 lpj = preset_lpj ? preset_lpj : 1000000; /* some guess */ in boot_delay_setup()
1276 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()