Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.hpp57 const uint8_t THROTTLED_NONE = 0x00; variable
391 uint8_t throttleCause = THROTTLED_NONE;
H A Docc_status.cpp627 if (newThrottleCause == THROTTLED_NONE) in updateThrottle()
632 throttleCause = THROTTLED_NONE; in updateThrottle()