Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowercap.cpp113 uint32_t capSoftMin, capHardMin, capMax; in updatePcapBounds() local
114 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in updatePcapBounds()
157 capMax = cap / (PS_DERATING_FACTOR / 100.0) / 1000000; in updatePcapBounds()
170 updateDbusPcapLimits(capSoftMin, capHardMin, capMax); in updatePcapBounds()
171 persistedData.updateCapLimits(capSoftMin, capHardMin, capMax); in updatePcapBounds()
180 if ((dbusUserCap >= capSoftMin) && (dbusUserCap <= capMax)) in updatePcapBounds()
196 uint32_t newCap = capMax; in updatePcapBounds()
205 "MAX", capMax); in updatePcapBounds()
421 uint32_t capSoftMin, capHardMin, capMax; in pcapChanged() local
422 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in pcapChanged()
[all …]
H A Dpowercap.hpp149 uint32_t capSoftMin, capHardMin, capMax; in PowerCap() local
150 persistedData.getCapLimits(capSoftMin, capHardMin, capMax); in PowerCap()
152 updateDbusPcapLimits(capSoftMin, capHardMin, capMax); in PowerCap()