turbo_max        1091 drivers/cpufreq/intel_pstate.c 	int max_state, turbo_max, freq, i, perf_pct;
turbo_max        1109 drivers/cpufreq/intel_pstate.c 			intel_pstate_get_hwp_max(i, &turbo_max, &max_state);
turbo_max        1111 drivers/cpufreq/intel_pstate.c 			turbo_max = cpu->pstate.turbo_pstate;
turbo_max        1120 drivers/cpufreq/intel_pstate.c 		freq = DIV_ROUND_UP(turbo_max * perf_pct, 100);
turbo_max        2045 drivers/cpufreq/intel_pstate.c 	int max_state, turbo_max;
turbo_max        2053 drivers/cpufreq/intel_pstate.c 		intel_pstate_get_hwp_max(cpu->cpu, &turbo_max, &max_state);
turbo_max        2057 drivers/cpufreq/intel_pstate.c 		turbo_max = cpu->pstate.turbo_pstate;
turbo_max        2080 drivers/cpufreq/intel_pstate.c 		global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);
turbo_max        2081 drivers/cpufreq/intel_pstate.c 		global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100);
turbo_max        2377 drivers/cpufreq/intel_pstate.c 	int max_state, turbo_max, min_freq, max_freq, ret;
turbo_max        2404 drivers/cpufreq/intel_pstate.c 		intel_pstate_get_hwp_max(policy->cpu, &turbo_max, &max_state);
turbo_max        2406 drivers/cpufreq/intel_pstate.c 		turbo_max = cpu->pstate.turbo_pstate;
turbo_max        2408 drivers/cpufreq/intel_pstate.c 	min_freq = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100);
turbo_max        2410 drivers/cpufreq/intel_pstate.c 	max_freq = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100);