Home
last modified time | relevance | path

Searched full:powercap (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DCapLimits.interface.yaml10 description: The Minimum supported PowerCap setting.
17 description: The Maximum supported PowerCap setting.
25 Minimum supported soft user PowerCap setting. The min soft user
26 PowerCap value is normally less than or equal to the MinPowerCapValue.
27 When the PowerCap is set to any value between MinSoftPowerCapValue and
H A DCap.interface.yaml5 - name: PowerCap
15 Power cap enable. Set to true to enable the PowerCap, false to
25 description: The Minimum supported PowerCap setting.
32 description: The Maximum supported PowerCap setting.
40 Minimum supported soft user PowerCap setting. The min soft user
41 PowerCap value is normally less than or equal to the MinPowerCapValue.
42 When the PowerCap is set to any value between MinSoftPowerCapValue and
/openbmc/openpower-occ-control/
H A Dpowercap.cpp4 #include <powercap.hpp>
13 namespace powercap namespace
19 constexpr auto POWER_CAP_PROP = "PowerCap";
104 void PowerCap::updatePcapBounds() in updatePcapBounds()
187 … "updatePcapBounds: user powercap mismatch (hwmon:{HCAP}W, bdus:{DCAP}W) - using dbus", in updatePcapBounds()
202 "updatePcapBounds: user powercap {CAP}W is outside bounds " in updatePcapBounds()
209 "updatePcapBounds: Updating user powercap from {OLD} to {NEW}W", in updatePcapBounds()
219 "updatePcapBounds: Failed to update user powercap due to {ERR}", in updatePcapBounds()
227 uint32_t PowerCap::getOccInput(uint32_t pcap, bool pcapEnabled) in getOccInput()
240 uint32_t PowerCap::getPcap() in getPcap()
[all …]
H A Dpowercap.hpp20 namespace powercap namespace
115 /** @class PowerCap
123 class PowerCap : public CapLimitsInterface class
126 /** @brief PowerCap object to inform occ of changes to cap
134 explicit PowerCap(Status& occStatus) : in PowerCap() function in open_power::occ::powercap::PowerCap
145 std::bind(std::mem_fn(&PowerCap::pcapChanged), this, in PowerCap()
238 } // namespace powercap
H A Docc_manager.hpp10 #include "powercap.hpp"
209 std::unique_ptr<open_power::occ::powercap::PowerCap> pcap;
H A Dmeson.build119 'powercap.cpp',
/openbmc/openpower-occ-control/test/
H A Dutest.cpp1 #include "powercap.hpp"
36 powercap::PowerCap pcap;
H A Dmeson.build33 '../powercap.cpp',
/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp67 "xyz.openbmc_project.Control.Power.Cap", "PowerCap", in afterGetPowerCapEnable()
146 double powerCap = 0.0; in afterPowerCapSettingGet() local
161 else if (property.first == "PowerCap") in afterPowerCapSettingGet()
169 powerCap = *d; in afterPowerCapSettingGet()
173 powerCap = static_cast<double>(*i); in afterPowerCapSettingGet()
177 powerCap = *u; in afterPowerCapSettingGet()
202 powerCap * std::pow(10, scale); in afterPowerCapSettingGet()
/openbmc/openbmc-test-automation/data/
H A DPalmetto.py356 0x33: "/org/openbmc/sensors/host/PowerCap",
409 "object_path": "powercap/curr_cap",
415 "object_path": "powercap/system_power",
421 "object_path": "powercap/max_cap",
427 "object_path": "powercap/min_cap",
433 "object_path": "powercap/n_cap",
439 "object_path": "powercap/user_cap",
459 "class": "PowerCap",
H A DRomulus.py486 # 0x06 : '/org/openbmc/sensors/host/powercap',
518 "object_path": "powercap/curr_cap",
524 "object_path": "powercap/system_power",
530 "object_path": "powercap/max_cap",
536 "object_path": "powercap/min_cap",
542 "object_path": "powercap/n_cap",
548 "object_path": "powercap/user_cap",
961 # 0x06 : { 'class' : 'PowerCap',
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dpower-usage-controller.js51 if (!$scope.power_cap.PowerCap) {
79 return APIUtils.setPowerCap($scope.power_cap.PowerCap)
H A Dpower-usage-controller.html58 ng-model="power_cap.PowerCap"
/openbmc/webui-vue/src/store/modules/ResourceManagement/
H A DPowerControlStore.js46 const powerCap = powerControl[0].PowerLimit.LimitInWatts;
50 commit('setPowerCapValue', powerCap);
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-read-settings-mrw-native/
H A Dmrw-override-settings.yaml4 PowerCap:
/openbmc/openbmc/meta-ibm/recipes-phosphor/settings/phosphor-settings-defaults-native/
H A Dibm_host_settings.override.yml4 PowerCap:
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot116 ${power_limit}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap
130 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCap data=${data}
132 ${power}= Read Attribute ${CONTROL_HOST_URI}power_cap PowerCap
/openbmc/phosphor-settingsd/
H A Dsettings_example.yaml36 PowerCap:
H A Dsettings.yaml5 powercap:
/openbmc/webui-vue/src/views/Overview/
H A DOverviewPower.vue14 <dt>{{ $t('pageOverview.powerCap') }}</dt>
/openbmc/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst15 Accessing the RAPL (Running Average Power Limit) MSR enables the RAPL powercap
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/phosphor-settings-defaults/
H A Dhost-template.yaml40 PowerCap:
/openbmc/phosphor-webui/app/overview/controllers/
H A Dsystem-overview-controller.js95 data.data.PowerCap + ' ' + Constants.POWER_CAP_TEXT.unit;
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_escale_base.robot131 Write Attribute ${CONTROL_HOST_URI}power_cap PowerCap data=${data}
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c32 const char *path = "/sys/class/powercap/intel-rapl/enabled"; in is_rapl_enabled()

12