Searched refs:cpu_duty_offset (Results 1 – 1 of 1) sorted by relevance
88 static uint32_t cpu_duty_offset; /* Offset in P_CNT of throttle val. */ variable243 cpu_duty_offset = AcpiGbl_FADT.DutyOffset; in acpi_throttle_evaluate()250 duty_end = cpu_duty_offset + cpu_duty_width - 1; in acpi_throttle_evaluate()256 if (cpu_duty_offset <= 4 && duty_end >= 4) { in acpi_throttle_evaluate()395 clk_val = (CPU_MAX_SPEED - 1) << cpu_duty_offset; in acpi_thr_set()397 p_cnt |= (speed << cpu_duty_offset); in acpi_thr_set()421 clk_val = (p_cnt >> cpu_duty_offset) & (CPU_MAX_SPEED - 1); in acpi_thr_get()