Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dintel_pstate.c145 int turbo_pstate; member
539 return cpu->pstate.turbo_pstate; in intel_pstate_freq_to_hwp_rel()
571 int turbo_pstate = cpu->pstate.turbo_pstate; in min_perf_pct_min() local
573 return turbo_pstate ? in min_perf_pct_min()
574 (cpu->pstate.min_pstate * 100 / turbo_pstate) : 0; in min_perf_pct_min()
1141 unsigned int turbo_freq = cpu->pstate.turbo_pstate * scaling; in intel_pstate_update_freq_limits()
1161 cpu->pstate.turbo_pstate = HWP_HIGHEST_PERF(cap); in __intel_pstate_get_hwp_cap()
1518 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_turbo_pct()
1538 total = cpu->pstate.turbo_pstate - cpu->pstate.min_pstate + 1; in show_num_pstates()
1588 int pct = cpu->pstate.max_pstate * 100 / cpu->pstate.turbo_pstate; in store_no_turbo()
[all …]