Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp239 std::string shortMode = i_modeString; in convertStringToMode() local
243 shortMode.erase(0, prefix.length()); in convertStringToMode()
245 if (shortMode == "FFO") in convertStringToMode()
249 else if (shortMode == "SFP") in convertStringToMode()
253 else if (shortMode == "MaxFrequency") in convertStringToMode()
257 else if (shortMode == "NonDeterministic") in convertStringToMode()
265 shortMode, e.what()) in convertStringToMode()