/openbmc/linux/tools/power/cpupower/utils/ |
H A D | cpupower-set.c | 43 int epp:1; in cmd_set() member 51 char epp[30], mode[20]; in cmd_set() local 80 if (params.epp) in cmd_set() 82 if (sscanf(optarg, "%29s", epp) != 1) { in cmd_set() 86 params.epp = 1; in cmd_set() 157 if (params.epp) { in cmd_set() 158 ret = cpupower_set_epp(cpu, epp); in cmd_set()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 131 u64 epp; in amd_pstate_get_epp() local 136 epp = rdmsrl_on_cpu(cpudata->cpu, MSR_AMD_CPPC_REQ, in amd_pstate_get_epp() 138 if (epp) in amd_pstate_get_epp() 139 return epp; in amd_pstate_get_epp() 141 epp = (cppc_req_cached >> 24) & 0xFF; in amd_pstate_get_epp() 143 ret = cppc_get_epp_perf(cpudata->cpu, &epp); in amd_pstate_get_epp() 150 return (s16)(epp & 0xff); in amd_pstate_get_epp() 155 s16 epp; in amd_pstate_get_energy_pref_index() local 158 epp = amd_pstate_get_epp(cpudata, 0); in amd_pstate_get_energy_pref_index() 159 if (epp < 0) in amd_pstate_get_energy_pref_index() [all …]
|
H A D | intel_pstate.c | 633 s16 epp; in intel_pstate_get_epp() local 641 epp = rdmsrl_on_cpu(cpu_data->cpu, MSR_HWP_REQUEST, in intel_pstate_get_epp() 643 if (epp) in intel_pstate_get_epp() 644 return epp; in intel_pstate_get_epp() 646 epp = (hwp_req_data >> 24) & 0xff; in intel_pstate_get_epp() 649 epp = intel_pstate_get_epb(cpu_data); in intel_pstate_get_epp() 652 return epp; in intel_pstate_get_epp() 711 s16 epp; in intel_pstate_get_energy_pref_index() local 715 epp = intel_pstate_get_epp(cpu_data, 0); in intel_pstate_get_energy_pref_index() 716 if (epp < 0) in intel_pstate_get_energy_pref_index() [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena_sriov.c | 406 struct efx_endpoint_page *epp; in __efx_siena_sriov_push_vf_status() local 438 list_for_each_entry(epp, &nic_data->local_page_list, link) { in __efx_siena_sriov_push_vf_status() 447 copy[pos].from_addr = epp->addr; in __efx_siena_sriov_push_vf_status() 1087 struct efx_endpoint_page *epp; in efx_siena_sriov_peer_work() local 1126 epp = kmalloc(sizeof(*epp), GFP_KERNEL); in efx_siena_sriov_peer_work() 1127 if (!epp) in efx_siena_sriov_peer_work() 1129 epp->ptr = dma_alloc_coherent( in efx_siena_sriov_peer_work() 1131 &epp->addr, GFP_KERNEL); in efx_siena_sriov_peer_work() 1132 if (!epp->ptr) { in efx_siena_sriov_peer_work() 1133 kfree(epp); in efx_siena_sriov_peer_work() [all …]
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 119 extern int cpupower_set_epp(unsigned int cpu, char *epp); 180 static inline int cpupower_set_epp(unsigned int cpu, char *epp) in cpupower_set_epp() argument
|
H A D | misc.c | 90 int cpupower_set_epp(unsigned int cpu, char *epp) in cpupower_set_epp() argument 101 snprintf(linebuf, sizeof(linebuf), "%s", epp); in cpupower_set_epp()
|
/openbmc/u-boot/doc/device-tree-bindings/gpu/ |
H A D | nvidia,tegra20-host1x.txt | 48 - epp: encoder pre-processor 51 - compatible: "nvidia,tegra<chip>-epp" 59 - epp 274 epp { 275 compatible = "nvidia,tegra20-epp"; 280 reset-names = "epp";
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_40xx.c | 160 u16 target_ratio, u16 epp, u16 config, u16 cdyn) in ivpu_pll_cmd_send() argument 178 val = REG_SET_FLD_NUM(VPU_40XX_BUTTRESS_WP_REQ_PAYLOAD1, EPP, epp, val); in ivpu_pll_cmd_send() 232 u16 epp = enable ? PLL_EPP_DEFAULT : 0; in ivpu_pll_drive() local 238 PLL_RATIO_TO_FREQ(target_ratio), epp, config, cdyn); in ivpu_pll_drive() 241 target_ratio, epp, config, cdyn); in ivpu_pll_drive()
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-parport.rst | 150 This driver is also NOT the same as the i2c-pcf-epp driver found in the 151 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 187 #define ep_dbg(epp, fmt, arg...) \ argument 188 dev_dbg(epp->udc->dev, "%s: " fmt, __func__, ## arg) 189 #define ep_err(epp, fmt, arg...) \ argument 190 dev_err(epp->udc->dev, "%s: " fmt, __func__, ## arg) 191 #define ep_info(epp, fmt, arg...) \ argument 192 dev_info(epp->udc->dev, "%s: " fmt, __func__, ## arg) 193 #define ep_warn(epp, fmt, arg...) \ argument 194 dev_warn(epp->udc->dev, "%s:" fmt, __func__, ## arg)
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | nvidia,tegra20-car.txt | 47 19 epp
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | tegra20.dtsi | 44 epp@540c0000 { 45 compatible = "nvidia,tegra20-epp"; 50 reset-names = "epp";
|
H A D | tegra30.dtsi | 122 epp@540c0000 { 123 compatible = "nvidia,tegra30-epp"; 128 reset-names = "epp";
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 97 unsigned char epp; member
|
H A D | isst-core-mbox.c | 960 clos_config->epp = resp & 0x0f; in mbox_pm_get_clos() 975 req = clos_config->epp & 0x0f; in mbox_set_clos()
|
H A D | isst-config.c | 1584 static int set_clos_param(struct isst_id *id, int clos, int epp, int wt, int min, int max) in set_clos_param() argument 1596 clos_config.epp = epp; in set_clos_param() 2380 clos_config.epp = clos_epp; in set_clos_config_for_cpu()
|
H A D | isst-core-tpmi.c | 687 clos_config->epp = 0; in tpmi_pm_get_clos()
|
H A D | isst-display.c | 600 snprintf(value, sizeof(value), "%d", clos_config->epp); in isst_clos_display_information()
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20.dtsi | 77 epp@540c0000 { 78 compatible = "nvidia,tegra20-epp"; 83 reset-names = "epp";
|
H A D | tegra30.dtsi | 167 epp@540c0000 { 168 compatible = "nvidia,tegra30-epp"; 173 reset-names = "epp";
|
H A D | tegra20-peripherals-opp.dtsi | 306 epp_dvfs_opp_table: opp-table-epp {
|
H A D | tegra30-peripherals-opp.dtsi | 746 epp_dvfs_opp_table: opp-table-epp {
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | Kconfig | 138 tristate "BAYCOM epp driver for AX.25"
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | intel-speed-select.rst | 432 clos epp is not specified, default: 0 465 epp:0 475 epp:0
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2830 unsigned int np, epp, esz; in allocate_vpe_l1_table() local 2896 epp = psz / (esz * SZ_8); in allocate_vpe_l1_table() 2902 if (epp < ITS_MAX_VPEID) { in allocate_vpe_l1_table() 2908 nl2 = DIV_ROUND_UP(ITS_MAX_VPEID, epp); in allocate_vpe_l1_table() 2922 np, npg, psz, epp, esz); in allocate_vpe_l1_table()
|