Lines Matching refs:throttleCause
607 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()
658 if (throttleCause & THROTTLED_SAFE) in updateThrottle()