Searched refs:softMin (Results 1 – 2 of 2) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 371 bool PowerCap::updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin, in updateDbusPcapLimits() argument 379 softMin); in updateDbusPcapLimits() 385 "MIN", softMin, "ERR", e.what()); in updateDbusPcapLimits() 418 bool PowerCap::readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin, in readDbusPcapLimits() argument 428 softMin = std::get<uint32_t>(prop); in readDbusPcapLimits() 434 softMin = 0; in readDbusPcapLimits()
|
H A D | powercap.hpp | 132 bool updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin, 145 bool readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin,
|