Lines Matching refs:max_pstate
79 int max_pstate; member
280 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
386 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
572 if (pstate > cpudata->pstate.max_pstate) in atom_set_pstate()
620 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
647 int max_pstate; in core_get_max_pstate() local
651 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
676 max_pstate = tar; in core_get_max_pstate()
677 pr_debug("max_pstate=TAC %x\n", max_pstate); in core_get_max_pstate()
685 return max_pstate; in core_get_max_pstate()
815 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
854 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
932 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
948 max_pstate = int_tofp(cpu->pstate.max_pstate_physical); in intel_pstate_get_scaled_busy()
950 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()