Searched refs:longhaul (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlonghaul.c11 * Version 2 of longhaul is backward compatible with v1, but adds
14 * Version 3 of longhaul got renamed to Powersaver and redesigned
17 * It's pretty much the same feature wise to longhaul v2, though
40 #include "longhaul.h"
42 #define PFX "longhaul: "
83 #define dprintk(msg...) cpufreq_debug_printk(CPUFREQ_DEBUG_DRIVER, "longhaul", msg)
168 union msr_longhaul longhaul; local
174 rdmsrl(MSR_VIA_LONGHAUL, longhaul.val);
176 longhaul.bits.RevisionKey = longhaul
450 union msr_longhaul longhaul; local
[all...]
H A DMakefile4 obj-$(CONFIG_X86_LONGHAUL) += longhaul.o

Completed in 40 milliseconds