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.cpp607 uint8_t newThrottleCause = throttleCause; in updateThrottle()
611 if ((newReason & throttleCause) == 0) in updateThrottle()
620 if ((newReason & throttleCause) != 0) in updateThrottle()
628 if (newThrottleCause != throttleCause) in updateThrottle()
634 "INST", instance, "REASON", throttleCause); in updateThrottle()
635 throttleCause = THROTTLED_NONE; in updateThrottle()
644 throttleCause); in updateThrottle()
645 throttleCause = newThrottleCause; in updateThrottle()
648 if (throttleCause & THROTTLED_POWER) in updateThrottle()
653 if (throttleCause & THROTTLED_THERMAL) in updateThrottle()
[all …]
H A Docc_status.hpp391 uint8_t throttleCause = THROTTLED_NONE; member in open_power::occ::Status