Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c476 #define CPPC_EM_CAP_STEP (20) macro
481 / CPPC_EM_CAP_STEP)
497 return 1 + max_cap / CPPC_EM_CAP_STEP - min_cap / CPPC_EM_CAP_STEP; in get_perf_level_count()
528 perf_step = div_u64((u64)CPPC_EM_CAP_STEP * perf_caps->highest_perf, in cppc_get_cpu_power()
530 min_step = min_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
531 max_step = max_cap / CPPC_EM_CAP_STEP; in cppc_get_cpu_power()
595 perf_step = CPPC_EM_CAP_STEP * perf_caps->highest_perf / max_cap; in cppc_get_cpu_cost()