longhaul_flags     73 drivers/cpufreq/longhaul.c static u8 longhaul_flags;
longhaul_flags    286 drivers/cpufreq/longhaul.c 	if (acpi_regs_addr && (longhaul_flags & USE_NORTHBRIDGE
longhaul_flags    298 drivers/cpufreq/longhaul.c 	if (longhaul_flags & USE_NORTHBRIDGE) {
longhaul_flags    324 drivers/cpufreq/longhaul.c 		if (longhaul_flags & USE_ACPI_C3) {
longhaul_flags    334 drivers/cpufreq/longhaul.c 	if (longhaul_flags & USE_NORTHBRIDGE) {
longhaul_flags    365 drivers/cpufreq/longhaul.c 		if (longhaul_flags & USE_ACPI_C3) {
longhaul_flags    367 drivers/cpufreq/longhaul.c 			longhaul_flags &= ~USE_ACPI_C3;
longhaul_flags    868 drivers/cpufreq/longhaul.c 			longhaul_flags |= USE_ACPI_C3;
longhaul_flags    872 drivers/cpufreq/longhaul.c 		longhaul_flags &= ~USE_ACPI_C3;
longhaul_flags    875 drivers/cpufreq/longhaul.c 		longhaul_flags |= USE_NORTHBRIDGE;
longhaul_flags    878 drivers/cpufreq/longhaul.c 	if (!(longhaul_flags & USE_ACPI_C3
longhaul_flags    879 drivers/cpufreq/longhaul.c 	     || longhaul_flags & USE_NORTHBRIDGE)
longhaul_flags    885 drivers/cpufreq/longhaul.c 	if (longhaul_flags & USE_NORTHBRIDGE)
longhaul_flags    887 drivers/cpufreq/longhaul.c 	if (longhaul_flags & USE_ACPI_C3)