Lines Matching refs:cpunum
142 extern int cppc_get_desired_perf(int cpunum, u64 *desired_perf);
143 extern int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf);
144 extern int cppc_get_highest_perf(int cpunum, u64 *highest_perf);
158 extern int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val);
159 extern int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val);
160 extern int cppc_get_epp_perf(int cpunum, u64 *epp_perf);
162 extern int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps);
168 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() argument
172 static inline int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf() argument
176 static inline int cppc_get_highest_perf(int cpunum, u64 *highest_perf) in cppc_get_highest_perf() argument
216 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() argument
220 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() argument
228 static inline int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf() argument
236 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps() argument