Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.hpp95 void writeOcc(uint32_t pcapValue);
H A Dpowercap.cpp241 void PowerCap::writeOcc(uint32_t pcapValue) in writeOcc() argument
260 uint64_t microWatts = pcapValue * 1000000ull; in writeOcc()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp367 std::optional<uint16_t> pcapValue = dcmi::getPcap(ctx); in getPowerLimit() local
369 if (!pcapValue || !pcapEnable) in getPowerLimit()
392 *pcapValue, correctionTime, reserved2, in getPowerLimit()
395 return ipmi::responseSuccess(reserved1, exception, *pcapValue, in getPowerLimit()