Searched refs:epp_val (Results 1 – 2 of 2) sorted by relevance
171 extern int cppc_set_epp(int cpu, u64 epp_val);248 static inline int cppc_set_epp(int cpu, u64 epp_val) in cppc_set_epp() argument
1615 int cppc_set_epp(int cpu, u64 epp_val) in cppc_set_epp() argument1617 if (epp_val > CPPC_EPP_ENERGY_EFFICIENCY_PREF) in cppc_set_epp()1620 return cppc_set_reg_val(cpu, ENERGY_PERF, epp_val); in cppc_set_epp()