Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp773 constexpr auto maxTemp = 127; in readTemp() local
774 if (tempDegrees > maxTemp) in readTemp()
776 tempDegrees = maxTemp; in readTemp()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp2659 const double maxTemp = 127; in readTemp() local
2666 absTempVal = std::min(absTempVal, maxTemp); in readTemp()