Home
last modified time | relevance | path

Searched refs:cpu_khz (Results 1 – 11 of 11) 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 Dgx-suspmod.c408 else if (cpu_khz) in cpufreq_gx_cpu_init()
409 maxfreq = cpu_khz; in cpufreq_gx_cpu_init()
H A De_powersaver.c283 fsb = cpu_khz / current_multiplier; in eps_cpu_init()
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 Dintel_pstate.c2523 return mul_ext_fp(cpu->sample.core_avg_perf, cpu_khz); in get_avg_frequency()
/linux/arch/x86/kernel/apic/
H A Dhw_nmi.c29 return (u64)(cpu_khz) * 1000 * watchdog_thresh; in hw_nmi_get_sample_period()
H A Dapic.c764 if (!tsc_khz || !cpu_khz) in apic_needs_pit()
/linux/arch/x86/kernel/cpu/
H A Daperfmperf.c530 return div64_u64((cpu_khz * acnt), mcnt); in arch_freq_get_on_cpu()
534 return freq ? freq : cpu_khz; in arch_freq_get_on_cpu()
/linux/kernel/sched/
H A Ddebug.c1047 unsigned int freq = cpu_khz ? : 1; in print_cpu()