Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpi_throttle.c81 #define CPU_QUIRK_NO_THROTTLE (1<<1) /* Throttling is not usable. */ macro
246 if (cpu_duty_width == 0 || (thr_quirks & CPU_QUIRK_NO_THROTTLE) != 0) in acpi_throttle_evaluate()
334 thr_quirks |= CPU_QUIRK_NO_THROTTLE; in acpi_throttle_quirks()