Home
last modified time | relevance | path

Searched refs:longhaul_flags (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Dlonghaul.c73 static u8 longhaul_flags; variable
299 if (longhaul_flags & USE_NORTHBRIDGE) { in longhaul_setstate()
325 if (longhaul_flags & USE_ACPI_C3) { in longhaul_setstate()
366 if (longhaul_flags & USE_ACPI_C3) { in longhaul_setstate()
368 longhaul_flags &= ~USE_ACPI_C3; in longhaul_setstate()
868 longhaul_flags |= USE_ACPI_C3; in longhaul_cpu_init()
872 longhaul_flags &= ~USE_ACPI_C3; in longhaul_cpu_init()
875 longhaul_flags |= USE_NORTHBRIDGE; in longhaul_cpu_init()
878 if (!(longhaul_flags & USE_ACPI_C3 in longhaul_cpu_init()
885 if (longhaul_flags & USE_NORTHBRIDGE) in longhaul_cpu_init()
[all …]