Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp604 uint8_t newThrottleCause = throttleCause; in updateThrottle() local
611 newThrottleCause |= newReason; in updateThrottle()
620 newThrottleCause &= ~newReason; in updateThrottle()
625 if (newThrottleCause != throttleCause) in updateThrottle()
627 if (newThrottleCause == THROTTLED_NONE) in updateThrottle()
640 "INST", instance, "REASON", newThrottleCause, "PRIOR", in updateThrottle()
642 throttleCause = newThrottleCause; in updateThrottle()