Lines Matching refs:max_perf
148 int32_t max_perf; member
160 .max_perf = int_tofp(1),
423 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100)); in store_max_perf_pct()
688 int max_perf = cpu->pstate.turbo_pstate; in intel_pstate_get_min_max() local
693 max_perf = cpu->pstate.max_pstate; in intel_pstate_get_min_max()
700 max_perf_adj = fp_toint(mul_fp(int_tofp(max_perf), limits.max_perf)); in intel_pstate_get_min_max()
704 min_perf = fp_toint(mul_fp(int_tofp(max_perf), limits.min_perf)); in intel_pstate_get_min_max()
705 *min = clamp_t(int, min_perf, cpu->pstate.min_pstate, max_perf); in intel_pstate_get_min_max()
710 int max_perf, min_perf; in intel_pstate_set_pstate() local
714 intel_pstate_get_min_max(cpu, &min_perf, &max_perf); in intel_pstate_set_pstate()
716 pstate = clamp_t(int, pstate, min_perf, max_perf); in intel_pstate_set_pstate()
973 limits.max_perf = int_tofp(1); in intel_pstate_set_policy()
986 limits.max_perf = div_fp(int_tofp(limits.max_perf_pct), int_tofp(100)); in intel_pstate_set_policy()