Searched refs:cppc_get_perf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 1179 static int cppc_get_perf(int cpunum, enum cppc_regs reg_idx, u64 *perf) in cppc_get_perf() function 1227 return cppc_get_perf(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf() 1240 return cppc_get_perf(cpunum, NOMINAL_PERF, nominal_perf); in cppc_get_nominal_perf() 1252 return cppc_get_perf(cpunum, HIGHEST_PERF, highest_perf); in cppc_get_highest_perf() 1265 return cppc_get_perf(cpunum, ENERGY_PERF, epp_perf); in cppc_get_epp_perf()
|