Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.hpp68 void updateCapLimits(const uint32_t softMin, const uint32_t hardMin, in updateCapLimits() function in open_power::occ::powercap::OccPersistCapData
H A Dpowercap.cpp171 persistedData.updateCapLimits(capSoftMin, capHardMin, capMax); in updatePcapBounds()