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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlonghaul.c56 #define USE_ACPI_C3 (1 << 1) macro
328 if (longhaul_flags & USE_ACPI_C3) {
370 if (longhaul_flags & USE_ACPI_C3) {
372 longhaul_flags &= ~USE_ACPI_C3;
895 longhaul_flags |= USE_ACPI_C3;
899 longhaul_flags &= ~USE_ACPI_C3;
905 if (!(longhaul_flags & USE_ACPI_C3
915 if (longhaul_flags & USE_ACPI_C3)

Completed in 26 milliseconds