Searched refs:epp (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/power/cpupower/utils/
H A Dcpupower-set.c21 {"epp", required_argument, NULL, 'e'},
43 int epp:1; member in struct:__anon525::__anon526
51 char epp[30], mode[20]; local
80 if (params.epp)
82 if (sscanf(optarg, "%29s", epp) != 1) {
86 params.epp = 1;
157 if (params.epp) {
158 ret = cpupower_set_epp(cpu, epp);
161 "Error setting epp value on CPU %d\n", cpu);
/linux-master/drivers/cpufreq/
H A Damd-pstate.c130 u64 epp; local
135 epp = rdmsrl_on_cpu(cpudata->cpu, MSR_AMD_CPPC_REQ,
137 if (epp)
138 return epp;
140 epp = (cppc_req_cached >> 24) & 0xFF;
142 ret = cppc_get_epp_perf(cpudata->cpu, &epp);
149 return (s16)(epp & 0xff);
154 s16 epp; local
157 epp = amd_pstate_get_epp(cpudata, 0);
158 if (epp <
181 amd_pstate_set_epp(struct amd_cpudata *cpudata, u32 epp) argument
212 int epp = -EINVAL; local
1390 s16 epp; local
[all...]
H A Dintel_pstate.c631 s16 epp; local
639 epp = rdmsrl_on_cpu(cpu_data->cpu, MSR_HWP_REQUEST,
641 if (epp)
642 return epp;
644 epp = (hwp_req_data >> 24) & 0xff;
647 epp = intel_pstate_get_epb(cpu_data);
650 return epp;
709 s16 epp; local
713 epp = intel_pstate_get_epp(cpu_data, 0);
714 if (epp <
745 intel_pstate_set_epp(struct cpudata *cpu, u32 epp) argument
775 int epp = -EINVAL; local
830 u32 epp = 0; local
971 s16 epp; local
[all...]
/linux-master/tools/power/cpupower/utils/helpers/
H A Dhelpers.h119 extern int cpupower_set_epp(unsigned int cpu, char *epp);
180 static inline int cpupower_set_epp(unsigned int cpu, char *epp) argument
H A Dmisc.c90 int cpupower_set_epp(unsigned int cpu, char *epp) argument
101 snprintf(linebuf, sizeof(linebuf), "%s", epp);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c406 struct efx_endpoint_page *epp; local
438 list_for_each_entry(epp, &nic_data->local_page_list, link) {
447 copy[pos].from_addr = epp->addr;
1087 struct efx_endpoint_page *epp; local
1126 epp = kmalloc(sizeof(*epp), GFP_KERNEL);
1127 if (!epp)
1129 epp->ptr = dma_alloc_coherent(
1131 &epp->addr, GFP_KERNEL);
1132 if (!epp
1175 struct efx_endpoint_page *epp; local
[all...]
/linux-master/drivers/accel/ivpu/
H A Divpu_hw_40xx.c167 u16 target_ratio, u16 epp, u16 config, u16 cdyn)
185 val = REG_SET_FLD_NUM(VPU_40XX_BUTTRESS_WP_REQ_PAYLOAD1, EPP, epp, val);
239 u16 epp = enable ? PLL_EPP_DEFAULT : 0; local
244 ivpu_dbg(vdev, PM, "PLL workpoint request: %u Hz, epp: 0x%x, config: 0x%x, cdyn: 0x%x\n",
245 PLL_RATIO_TO_FREQ(target_ratio), epp, config, cdyn);
248 target_ratio, epp, config, cdyn);
166 ivpu_pll_cmd_send(struct ivpu_device *vdev, u16 min_ratio, u16 max_ratio, u16 target_ratio, u16 epp, u16 config, u16 cdyn) argument
/linux-master/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c187 #define ep_dbg(epp, fmt, arg...) \
188 dev_dbg(epp->udc->dev, "%s: " fmt, __func__, ## arg)
189 #define ep_err(epp, fmt, arg...) \
190 dev_err(epp->udc->dev, "%s: " fmt, __func__, ## arg)
191 #define ep_info(epp, fmt, arg...) \
192 dev_info(epp->udc->dev, "%s: " fmt, __func__, ## arg)
193 #define ep_warn(epp, fmt, arg...) \
194 dev_warn(epp->udc->dev, "%s:" fmt, __func__, ## arg)
/linux-master/tools/power/x86/intel-speed-select/
H A Disst.h97 unsigned char epp; member in struct:isst_clos_config
H A Disst-core-mbox.c960 clos_config->epp = resp & 0x0f;
975 req = clos_config->epp & 0x0f;
H A Disst-core-tpmi.c687 clos_config->epp = 0;
H A Disst-config.c1636 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) argument
1648 clos_config.epp = epp;
2440 clos_config.epp = clos_epp;
2460 fprintf(stderr, "\tSpecify clos EPP with [--epp|-e]\n");
2474 fprintf(stderr, "clos epp is not specified or invalid, default: 0\n");
2847 { "epp", required_argument, 0, 'e' },
2906 check_optarg("epp", 0);
2909 isst_display_error_info_message(1, "epp can't be specified on this platform", 0, 0);
H A Disst-display.c599 snprintf(header, sizeof(header), "epp");
600 snprintf(value, sizeof(value), "%d", clos_config->epp);
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c2850 unsigned int np, epp, esz; local
2916 epp = psz / (esz * SZ_8);
2922 if (epp < ITS_MAX_VPEID) {
2928 nl2 = DIV_ROUND_UP(ITS_MAX_VPEID, epp);
2941 pr_debug("np = %d, npg = %lld, psz = %d, epp = %d, esz = %d\n",
2942 np, npg, psz, epp, esz);

Completed in 403 milliseconds