Home
last modified time | relevance | path

Searched refs:hardMin (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-occ-control/
H A Dpowercap.hpp132 bool updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin,
145 bool readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin,
H A Dpowercap.cpp405 bool PowerCap::updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin, in updateDbusPcapLimits() argument
428 hardMin); in updateDbusPcapLimits()
435 hardMin, e.what()) in updateDbusPcapLimits()
458 bool PowerCap::readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin, in readDbusPcapLimits() argument
484 hardMin = std::get<uint32_t>(prop); in readDbusPcapLimits()
492 hardMin = 0; in readDbusPcapLimits()