Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp600 void Status::updateThrottle(const bool isThrottled, const uint8_t newReason) in updateThrottle() argument
611 if ((newReason & throttleCause) == 0) in updateThrottle()
614 newThrottleCause |= newReason; in updateThrottle()
620 if ((newReason & throttleCause) != 0) in updateThrottle()
623 newThrottleCause &= ~newReason; in updateThrottle()