Searched refs:req_pstate (Results 1 – 2 of 2) sorted by relevance
119 cpu_acpi_pstate_t *req_pstate; in pwrnow_pstate_transition() local122 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in pwrnow_pstate_transition()123 req_pstate += req_state; in pwrnow_pstate_transition()126 CPU_ACPI_FREQ(req_pstate)); in pwrnow_pstate_transition()131 ctrl = CPU_ACPI_PSTATE_CTRL(req_pstate); in pwrnow_pstate_transition()139 cpu_set_curr_clock((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000); in pwrnow_pstate_transition()
135 cpu_acpi_pstate_t *req_pstate; in speedstep_pstate_transition() local138 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in speedstep_pstate_transition()139 req_pstate += req_state; in speedstep_pstate_transition()141 DTRACE_PROBE1(ess_transition, uint32_t, CPU_ACPI_FREQ(req_pstate)); in speedstep_pstate_transition()146 ctrl = CPU_ACPI_PSTATE_CTRL(req_pstate); in speedstep_pstate_transition()154 cpu_set_curr_clock(((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000)); in speedstep_pstate_transition()