Lines Matching refs:throttleCause
608 uint8_t newThrottleCause = throttleCause; in updateThrottle()
612 if ((newReason & throttleCause) == 0) in updateThrottle()
621 if ((newReason & throttleCause) != 0) in updateThrottle()
629 if (newThrottleCause != throttleCause) in updateThrottle()
635 "INST", instance, "REASON", throttleCause); in updateThrottle()
636 throttleCause = THROTTLED_NONE; in updateThrottle()
645 throttleCause); in updateThrottle()
646 throttleCause = newThrottleCause; in updateThrottle()
649 if (throttleCause & THROTTLED_POWER) in updateThrottle()
654 if (throttleCause & THROTTLED_THERMAL) in updateThrottle()
659 if (throttleCause & THROTTLED_SAFE) in updateThrottle()