Lines Matching refs:max_pstate
144 int max_pstate; member
510 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
987 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1071 int pct = cpu->pstate.max_pstate * 100 / cpu->pstate.turbo_pstate; in store_no_turbo()
1350 if (pstate > cpudata->pstate.max_pstate) in atom_get_val()
1396 int_tofp(cpudata->pstate.max_pstate - in atom_get_vid()
1456 int max_pstate; in core_get_max_pstate() local
1461 max_pstate = (plat_info >> 8) & 0xFF; in core_get_max_pstate()
1465 return max_pstate; in core_get_max_pstate()
1479 max_pstate = tar_levels; in core_get_max_pstate()
1480 pr_debug("max_pstate=TAC %x\n", max_pstate); in core_get_max_pstate()
1484 return max_pstate; in core_get_max_pstate()
1563 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
1567 cpu->pstate.max_freq = cpu->pstate.max_pstate * cpu->pstate.scaling; in intel_pstate_get_cpu_pstates()
1772 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in get_target_pstate()
1795 int max_pstate = max(min_pstate, cpu->max_perf_ratio); in intel_pstate_prepare_request() local
1797 return clamp_t(int, pstate, min_pstate, max_pstate); in intel_pstate_prepare_request()
2055 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits()
2150 cpu->pstate.max_pstate_physical > cpu->pstate.max_pstate && in intel_pstate_adjust_policy_max()
2224 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in __intel_pstate_cpu_init()