Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dcppc_acpi.c1206 static int cppc_get_reg_val(int cpu, enum cppc_regs reg_idx, u64 *val) in cppc_get_reg_val() function
1292 return cppc_get_reg_val(cpunum, DESIRED_PERF, desired_perf); in cppc_get_desired_perf()
1305 return cppc_get_reg_val(cpunum, NOMINAL_PERF, nominal_perf); in cppc_get_nominal_perf()
1317 return cppc_get_reg_val(cpunum, HIGHEST_PERF, highest_perf); in cppc_get_highest_perf()
1330 return cppc_get_reg_val(cpunum, ENERGY_PERF, epp_perf); in cppc_get_epp_perf()
1642 ret = cppc_get_reg_val(cpu, AUTO_ACT_WINDOW, &val); in cppc_get_auto_act_window()
1706 ret = cppc_get_reg_val(cpu, AUTO_SEL_ENABLE, &auto_sel); in cppc_get_auto_sel()