Lines Matching defs:turbo_max
1196 int max_state, turbo_max, freq, i, perf_pct;
1214 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state);
1216 turbo_max = cpu->pstate.turbo_pstate;
1225 freq = DIV_ROUND_UP(turbo_max * perf_pct, 100);
2200 int max_state, turbo_max;
2209 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state);
2213 turbo_max = cpu->pstate.turbo_pstate;
2237 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);
2238 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100);
2322 int max_state, turbo_max;
2324 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state);
2639 int max_state, turbo_max, min_freq, max_freq, ret;
2667 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state);
2673 turbo_max = cpu->pstate.turbo_pstate;
2677 min_freq = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100);
2679 max_freq = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);