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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_throttle.c83 #define CPU_QUIRK_NO_THROTTLE (1<<1) /* Throttling is not usable. */ macro
249 if (cpu_duty_width == 0 || (thr_quirks & CPU_QUIRK_NO_THROTTLE) != 0)
337 thr_quirks |= CPU_QUIRK_NO_THROTTLE;

Completed in 46 milliseconds