Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.hpp199 void writeOcc(uint32_t pcapValue);
H A Dpowercap.cpp308 void PowerCap::writeOcc(uint32_t pcapValue) in writeOcc() argument
325 uint64_t microWatts = pcapValue * 1000000ull; in writeOcc()
/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp624 std::optional<uint16_t> pcapValue = dcmi::getPcap(ctx); in getPowerLimit() local
630 if (!pcapValue || !pcapEnable || !pcapCorrectTime || !pcapSamplPeriod || in getPowerLimit()
667 pcapValue.value(), pcapCorrectTime.value(), in getPowerLimit()
671 return ipmi::responseSuccess(reserved1, exception, pcapValue.value(), in getPowerLimit()