Home
last modified time | relevance | path

Searched refs:turbo_max (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c1907 int max_state, turbo_max; in intel_pstate_update_perf_limits() local
1915 intel_pstate_get_hwp_max(cpu->cpu, &turbo_max, &max_state); in intel_pstate_update_perf_limits()
1918 turbo_max = cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits()
1942 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
1943 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()