Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dtime.c53 glb_lpj_ref = boot_cpu_data.udelay_val; in cpufreq_callback()
58 cpu_data[cpu].udelay_val; in cpufreq_callback()
77 cpu_data[cpu].udelay_val = (unsigned int)lpj; in cpufreq_callback()
H A Dsmp-cps.c292 return cpu_data[first_cpu_cluster].udelay_val; in calibrate_delay_is_known()
/linux/arch/mips/lib/
H A Ddelay.c54 unsigned int lpj = raw_current_cpu_data.udelay_val; in __udelay()
62 unsigned int lpj = raw_current_cpu_data.udelay_val; in __ndelay()
/linux/arch/sparc/kernel/
H A Dsmp_32.c61 cpu_data(id).udelay_val = loops_per_jiffy; in smp_store_cpu_info()
83 bogosum += cpu_data(cpu).udelay_val; in smp_cpus_done()
377 cpu_data(i).udelay_val/(500000/HZ), in smp_bogo()
378 (cpu_data(i).udelay_val/(5000/HZ))%100); in smp_bogo()
H A Dcpu.c348 , cpu_data(0).udelay_val/(500000/HZ), in show_cpuinfo()
349 (cpu_data(0).udelay_val/(5000/HZ)) % 100, in show_cpuinfo()
H A Dsetup_32.c406 cpu_data(0).udelay_val = loops_per_jiffy; in arch_cpu_finalize_init()
/linux/arch/sparc/include/asm/
H A Dcpudata_32.h16 unsigned long udelay_val; member
H A Ddelay_32.h28 #define __udelay_val cpu_data(smp_processor_id()).udelay_val
/linux/arch/mips/include/asm/
H A Dcpu-info.h63 unsigned int udelay_val; member