CPPC_EM_CAP_STEP
/ CPPC_EM_CAP_STEP)
return 1 + max_cap / CPPC_EM_CAP_STEP - min_cap / CPPC_EM_CAP_STEP;
perf_step = div_u64((u64)CPPC_EM_CAP_STEP * perf_caps->highest_perf,
min_step = min_cap / CPPC_EM_CAP_STEP;
max_step = max_cap / CPPC_EM_CAP_STEP;
perf_step = CPPC_EM_CAP_STEP * perf_caps->highest_perf / max_cap;