Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/cpufreq/
Dintel_pstate.c1600 u32 boost_level1; in intel_pstate_hwp_boost_up() local
1624 boost_level1 = (HWP_GUARANTEED_PERF(cpu->hwp_cap_cached) + min_limit) >> 1; in intel_pstate_hwp_boost_up()
1626 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
1627 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()