Searched refs:turbo_max (Results 1 – 1 of 1) sorted by relevance
2795 int turbo_max = cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits() local2799 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()2800 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()