Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_status.cpp439 if (OccState(state) == OccState::ACTIVE) in occReadStateNow()
464 if ((OccState(state) == OccState::ACTIVE) || in occReadStateNow()
465 (OccState(state) == OccState::CHARACTERIZATION) || in occReadStateNow()
466 (OccState(state) == OccState::OBSERVATION)) in occReadStateNow()
H A Docc_command.hpp37 enum class OccState enum
H A Dpowermode.cpp371 cmd.push_back(uint8_t(OccState::NO_CHANGE)); in sendModeChange()