Lines Matching refs:max_pstate
78 int max_pstate; member
257 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
356 no_turbo = cpu->pstate.max_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
533 if (pstate > cpudata->pstate.max_pstate) in byt_set_pstate()
566 int_tofp(cpudata->pstate.max_pstate - in byt_get_vid()
693 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
731 cpu->pstate.max_pstate = pstate_funcs.get_max(); in intel_pstate_get_cpu_pstates()
750 cpu->pstate.max_pstate * cpu->pstate.scaling / 100), in intel_pstate_calc_busy()
802 int32_t core_busy, max_pstate, current_pstate, sample_ratio; in intel_pstate_get_scaled_busy() local
818 max_pstate = int_tofp(cpu->pstate.max_pstate); in intel_pstate_get_scaled_busy()
820 core_busy = mul_fp(core_busy, div_fp(max_pstate, current_pstate)); in intel_pstate_get_scaled_busy()
1042 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in intel_pstate_cpu_init()