Lines Matching refs:max_pstate
145 int max_pstate; member
486 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
886 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
970 int pct = cpu->pstate.max_pstate * 100 / cpu->pstate.turbo_pstate; in store_no_turbo()
1201 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()
1247 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
1307 int max_pstate; in core_get_max_pstate() local
1312 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
1316 return max_pstate; in core_get_max_pstate()
1330 max_pstate = tar_levels; in core_get_max_pstate()
1331 pr_debug("max_pstate=TAC %x\n", max_pstate); in core_get_max_pstate()
1335 return max_pstate; in core_get_max_pstate()
1388 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in intel_pstate_get_base_pstate()
1422 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
1426 cpu->pstate.max_freq = cpu->pstate.max_pstate * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()
1634 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in get_target_pstate()
1656 int max_pstate = intel_pstate_get_base_pstate(cpu); in intel_pstate_prepare_request() local
1660 max_pstate = max(min_pstate, cpu->max_perf_ratio); in intel_pstate_prepare_request()
1661 return clamp_t(int, pstate, min_pstate, max_pstate); in intel_pstate_prepare_request()
2012 cpu->pstate.max_pstate_physical > cpu->pstate.max_pstate && in intel_pstate_adjust_policy_max()
2083 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in __intel_pstate_cpu_init()