Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_device.cpp120 statusObject.updateThrottle(error, THROTTLED_THERMAL); in throttleProcTempCallback()
H A Docc_status.hpp59 const uint8_t THROTTLED_THERMAL = 0x02; variable
H A Docc_status.cpp653 if (throttleCause & THROTTLED_THERMAL) in updateThrottle()