Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp604 uint8_t newThrottleCause = throttleCause; in updateThrottle()
608 if ((newReason & throttleCause) == 0) in updateThrottle()
617 if ((newReason & throttleCause) != 0) in updateThrottle()
625 if (newThrottleCause != throttleCause) in updateThrottle()
631 "INST", instance, "REASON", throttleCause); in updateThrottle()
632 throttleCause = THROTTLED_NONE; in updateThrottle()
641 throttleCause); in updateThrottle()
642 throttleCause = newThrottleCause; in updateThrottle()
645 if (throttleCause & THROTTLED_POWER) in updateThrottle()
650 if (throttleCause & THROTTLED_THERMAL) in updateThrottle()
[all …]
H A Docc_status.hpp391 uint8_t throttleCause = THROTTLED_NONE; member in open_power::occ::Status