Searched refs:cppc_get_reg_val (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | cppc_acpi.c | 1207 static int cppc_get_reg_val(int cpu, enum cppc_regs reg_idx, u64 *val) in cppc_get_reg_val() function 1293 return cppc_get_reg_val(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf() 1306 return cppc_get_reg_val(cpunum, NOMINAL_PERF, nominal_perf); in cppc_get_nominal_perf() 1318 return cppc_get_reg_val(cpunum, HIGHEST_PERF, highest_perf); in cppc_get_highest_perf() 1331 return cppc_get_reg_val(cpunum, ENERGY_PERF, epp_perf); in cppc_get_epp_perf() 1636 ret = cppc_get_reg_val(cpu, AUTO_ACT_WINDOW, &val); in cppc_get_auto_act_window() 1700 ret = cppc_get_reg_val(cpu, AUTO_SEL_ENABLE, &auto_sel); in cppc_get_auto_sel()
|