Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp261 std::string shortMode = i_modeString; in convertStringToMode() local
265 shortMode.erase(0, prefix.length()); in convertStringToMode()
267 if (shortMode == "FFO") in convertStringToMode()
271 else if (shortMode == "SFP") in convertStringToMode()
275 else if (shortMode == "MaxFrequency") in convertStringToMode()
279 else if (shortMode == "NonDeterministic") in convertStringToMode()
287 "MODE", shortMode, "DATA", e.what()); in convertStringToMode()