Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.hpp84 void getCapLimits(uint32_t& softMin, uint32_t& hardMin, uint32_t& max) const in getCapLimits() function in open_power::occ::powercap::OccPersistCapData
150 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in PowerCap()
H A Dpowercap.cpp114 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in updatePcapBounds()
422 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in pcapChanged()