Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c142 int turbo_pstate; member
533 return cpu->pstate.turbo_pstate; in intel_pstate_freq_to_hwp_rel()
605 cpu->pstate.max_pstate == cpu->pstate.turbo_pstate); in update_turbo_state()
611 int turbo_pstate = cpu->pstate.turbo_pstate; in min_perf_pct_min() local
613 return turbo_pstate ? in min_perf_pct_min()
614 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
948 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
958 cpu->pstate.turbo_freq = cpu->pstate.turbo_pstate * scaling; in intel_pstate_get_hwp_cap()
2065 cpu->pstate.turbo_pstate = pstate_funcs.get_turbo(cpu->cpu); in intel_pstate_get_cpu_pstates()
2269 cpu->pstate.max_pstate : cpu->pstate.turbo_pstate; in get_target_pstate()
[all …]