Home
last modified time | relevance | path

Searched refs:cpu_khz (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/cpufreq/
H A Dsa1110-cpufreq.c143 sdram_calculate_timing(struct sdram_info *sd, u_int cpu_khz, in sdram_calculate_timing() argument
148 mem_khz = cpu_khz / 2; in sdram_calculate_timing()
213 sdram_update_refresh(u_int cpu_khz, struct sdram_params *sdram) in sdram_update_refresh() argument
216 u_int dri = ns_to_cycles(ns_row, cpu_khz / 2) / 32; in sdram_update_refresh()
H A Dlongrun.c199 *high_freq = (cpu_khz / 1000); in longrun_determine_freqs()
235 ebx = (((cpu_khz / 1000) * ecx) / 100); /* to MHz */ in longrun_determine_freqs()
H A Dcpufreq-nforce2.c324 if (!cpu_khz) { in nforce2_cpu_init()
329 fid = cpu_khz / (fsb * 100); in nforce2_cpu_init()
H A Dgx-suspmod.c408 else if (cpu_khz) in cpufreq_gx_cpu_init()
409 maxfreq = cpu_khz; in cpufreq_gx_cpu_init()
H A Dpowernow-k6.c163 khz = cpu_khz; in powernow_k6_cpu_init()
H A Dspeedstep-lib.c187 return cpu_khz; in pentium4_get_frequency()
H A De_powersaver.c284 fsb = cpu_khz / current_multiplier; in eps_cpu_init()
H A Dacpi-cpufreq.c501 if (cpu_khz) { in acpi_cpufreq_guess_freq()
510 if ((2 * cpu_khz) > (freqn + freq)) { in acpi_cpufreq_guess_freq()
H A Dpowernow-k7.c605 fsb = (10 * cpu_khz) / fid_codes[fidvidstatus.bits.CFID]; in powernow_cpu_init()
H A Dlonghaul.c409 int speed = cpu_khz / 1000; in guess_fsb()
H A Damd-pstate.c529 cpudata->freq = div64_u64((cpudata->cur.aperf * cpu_khz), cpudata->cur.mperf); in amd_pstate_sample()
/linux/arch/x86/kernel/apic/
H A Dhw_nmi.c29 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
/linux/arch/x86/include/asm/
H A Dtsc.h17 extern unsigned int cpu_khz;
/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c525 return div64_u64((cpu_khz * acnt), mcnt); in arch_freq_get_on_cpu()
529 return freq ? freq : cpu_khz; in arch_freq_get_on_cpu()
/linux/kernel/sched/
H A Ddebug.c943 unsigned int freq = cpu_khz ? : 1; in print_cpu()