Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.hpp60 const uint8_t THROTTLED_SAFE = 0x04; variable
H A Docc_status.cpp658 if (throttleCause & THROTTLED_SAFE) in updateThrottle()
H A Docc_manager.cpp715 obj->updateThrottle(safeMode, THROTTLED_SAFE); in updateOccSafeMode()