Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.cpp371 bool PowerCap::updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin, in updateDbusPcapLimits() argument
392 hardMin); in updateDbusPcapLimits()
398 "MIN", hardMin, "ERR", e.what()); in updateDbusPcapLimits()
418 bool PowerCap::readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin, in readDbusPcapLimits() argument
442 hardMin = std::get<uint32_t>(prop); in readDbusPcapLimits()
448 hardMin = 0; in readDbusPcapLimits()
H A Dpowercap.hpp132 bool updateDbusPcapLimits(uint32_t softMin, uint32_t hardMin,
145 bool readDbusPcapLimits(uint32_t& softMin, uint32_t& hardMin,