Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c2097 u32 boost_level1; in intel_pstate_hwp_boost_up() local
2121 boost_level1 = (HWP_GUARANTEED_PERF(hwp_cap) + min_limit) >> 1; in intel_pstate_hwp_boost_up()
2123 if (cpu->hwp_boost_min < boost_level1) in intel_pstate_hwp_boost_up()
2124 cpu->hwp_boost_min = boost_level1; in intel_pstate_hwp_boost_up()