Searched refs:cpu_khz (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtsc.h17 extern unsigned int cpu_khz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mipssim/
H A Dsim_time.c24 unsigned long cpu_khz; variable
93 cpu_khz = est_freq / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-time.c43 unsigned long cpu_khz; variable
140 cpu_khz = est_freq / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c23 unsigned int __read_mostly cpu_khz; /* TSC clocks / usec, not used here */ variable
24 EXPORT_SYMBOL(cpu_khz); variable
562 unsigned long cpu_khz_old = cpu_khz;
566 cpu_khz = tsc_khz;
569 cpu_khz_old, cpu_khz);
586 * ns = cycles * (10^9 / (cpu_khz * 10^3))
587 * ns = cycles * (10^6 / cpu_khz)
590 * ns = cycles * (10^6 * SC / cpu_khz) / SC
606 static void set_cyc2ns_scale(unsigned long cpu_khz, int cpu) argument
620 if (cpu_khz) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-time.c48 unsigned long cpu_khz; variable
157 cpu_khz = est_freq / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dhw_nmi.c25 return (u64)(cpu_khz) * 1000 * 60;
H A Dapic.c1158 long long max_loops = cpu_khz;
1234 max_loops = (cpu_khz << 10) - (ntsc - tsc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dcpu-sa1110.c141 sdram_calculate_timing(struct sdram_info *sd, u_int cpu_khz, argument
146 mem_khz = cpu_khz / 2;
201 sdram_update_refresh(u_int cpu_khz, struct sdram_params *sdram) argument
204 u_int dri = ns_to_cycles(ns_row, cpu_khz / 2) / 32;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c227 counter_val = (u64)cpu_khz * 1000;
230 u64 count = (u64)cpu_khz * 1000;
240 u64 count = (u64)cpu_khz * 1000;
251 u64 count = (u64)cpu_khz * 1000;
H A Dproc.c93 freq = cpu_khz;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dcpufreq-nforce2.c332 if (!cpu_khz) {
334 "cpu_khz not set, can't calculate multiplier!\n");
338 fid = cpu_khz / (fsb * 100);
H A Dlongrun.c208 *high_freq = (cpu_khz / 1000);
244 ebx = (((cpu_khz / 1000) * ecx) / 100); /* to MHz */
H A Dpowernow-k6.c154 busfreq = cpu_khz / max_multiplier;
H A Dgx-suspmod.c57 * - fix cpu_khz calc when it stops cpu modulation.
126 /* PCI bus clock - defaults to 30.000 if cpu_khz is not available */
422 else if (cpu_khz)
423 maxfreq = cpu_khz;
H A Dspeedstep-lib.c189 return cpu_khz;
H A Dacpi-cpufreq.c391 if (cpu_khz) {
392 /* search the closest match to cpu_khz */
400 if ((2 * cpu_khz) > (freqn + freq)) {
H A De_powersaver.c251 fsb = cpu_khz / current_multiplier;
H A Dpowernow-k7.c648 fsb = (10 * cpu_khz) / fid_codes[fidvidstatus.bits.CFID];
H A Dlonghaul.c413 int speed = cpu_khz / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dkspd.c37 extern unsigned long cpu_khz;
245 ret.retval = cpu_khz * 1000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_debug.c252 unsigned int freq = cpu_khz ? : 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dminiacc.h3944 unsigned cpu_type, cpu_features, cpu_khz, cpu_nrctrs; member in struct:__anon2997

Completed in 204 milliseconds