Home
last modified time | relevance | path

Searched refs:cpu_khz (Results 1 – 8 of 8) 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 Damd-pstate.c563 cpudata->freq = div64_u64((cpudata->cur.aperf * cpu_khz), cpudata->cur.mperf); in amd_pstate_sample()
H A Dintel_pstate.c2521 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.c759 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()