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.cpp607 uint8_t newThrottleCause = throttleCause; in updateThrottle() local
614 newThrottleCause |= newReason; in updateThrottle()
623 newThrottleCause &= ~newReason; in updateThrottle()
628 if (newThrottleCause != throttleCause) in updateThrottle()
630 if (newThrottleCause == THROTTLED_NONE) in updateThrottle()
643 "INST", instance, "REASON", newThrottleCause, "PRIOR", in updateThrottle()
645 throttleCause = newThrottleCause; in updateThrottle()