cppc_get_reg_val
return cppc_get_reg_val(cpunum, DESIRED_PERF, desired_perf);
return cppc_get_reg_val(cpunum, NOMINAL_PERF, nominal_perf);
return cppc_get_reg_val(cpunum, HIGHEST_PERF, highest_perf);
return cppc_get_reg_val(cpunum, ENERGY_PERF, epp_perf);
ret = cppc_get_reg_val(cpu, AUTO_ACT_WINDOW, &val);
ret = cppc_get_reg_val(cpu, AUTO_SEL_ENABLE, &auto_sel);