Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c260 #define PCT_TO_HWP(x) (x * 255 / 100) macro
270 min = PCT_TO_HWP(limits.min_perf_pct); in intel_pstate_hwp_set()
274 max = PCT_TO_HWP(limits.max_perf_pct); in intel_pstate_hwp_set()