Home
last modified time | relevance | path

Searched refs:getPcap (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpowercap.hpp83 uint32_t getPcap();
H A Dpowercap.cpp98 const uint32_t dbusUserCap = getPcap(); in updatePcapBounds()
170 uint32_t PowerCap::getPcap() in getPcap() function in open_power::occ::powercap::PowerCap
349 pcap = getPcap(); in pcapChanged()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp107 std::optional<uint32_t> getPcap(ipmi::Context::ptr& ctx) in getPcap() function
367 std::optional<uint16_t> pcapValue = dcmi::getPcap(ctx); in getPowerLimit()