Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp1101 constexpr auto maxTemp = 127; in readTemp() local
1102 if (tempDegrees > maxTemp) in readTemp()
1104 tempDegrees = maxTemp; in readTemp()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2678 const double maxTemp = 127; in readTemp() local
2685 absTempVal = std::min(absTempVal, maxTemp); in readTemp()