Searched refs:cpu_duty_width (Results 1 – 1 of 1) sorted by relevance
76 #define CPU_MAX_SPEED (1 << cpu_duty_width)89 static uint32_t cpu_duty_width; /* Bit width of throttle value. */ variable244 cpu_duty_width = AcpiGbl_FADT.DutyWidth; in acpi_throttle_evaluate()246 if (cpu_duty_width == 0 || (thr_quirks & CPU_QUIRK_NO_THROTTLE) != 0) in acpi_throttle_evaluate()250 duty_end = cpu_duty_offset + cpu_duty_width - 1; in acpi_throttle_evaluate()