Lines Matching refs:max_perf
152 int32_t max_perf; member
164 .max_perf = int_tofp(1),
177 .max_perf = int_tofp(1),
458 limits->max_perf = div_fp(int_tofp(limits->max_perf_pct), in store_max_perf_pct()
810 int max_perf = cpu->pstate.turbo_pstate; in intel_pstate_get_min_max() local
815 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
822 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits->max_perf)); in intel_pstate_get_min_max()
826 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits->min_perf)); in intel_pstate_get_min_max()
827 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
832 int max_perf, min_perf; in intel_pstate_set_pstate() local
837 intel_pstate_get_min_max(cpu, &min_perf, &max_perf); in intel_pstate_set_pstate()
839 pstate = clamp_t(int, pstate, min_perf, max_perf); in intel_pstate_set_pstate()
1131 limits->max_perf = round_up(limits->max_perf, FRAC_BITS); in intel_pstate_set_policy()
1138 limits->max_perf = div_fp(int_tofp(limits->max_perf_pct), in intel_pstate_set_policy()