Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp262 std::string shortMode = i_modeString; in convertStringToMode() local
266 shortMode.erase(0, prefix.length()); in convertStringToMode()
268 if (shortMode == "FFO") in convertStringToMode()
272 else if (shortMode == "SFP") in convertStringToMode()
276 else if (shortMode == "MaxFrequency") in convertStringToMode()
280 else if (shortMode == "NonDeterministic") in convertStringToMode()
288 "MODE", shortMode, "DATA", e.what()); in convertStringToMode()