Searched refs:epp_val (Results 1 – 2 of 2) sorted by relevance
187 extern int cppc_set_epp(int cpu, u64 epp_val);276 static inline int cppc_set_epp(int cpu, u64 epp_val) in cppc_set_epp() argument
1826 int cppc_set_epp(int cpu, u64 epp_val) in cppc_set_epp() argument1828 if (epp_val > CPPC_EPP_ENERGY_EFFICIENCY_PREF) in cppc_set_epp()1831 return cppc_set_reg_val(cpu, ENERGY_PERF, epp_val); in cppc_set_epp()