Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp247 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()
439 (value - sensorInfo.scaledOffset) / sensorInfo.coefficientM; in readingData()
541 T raw_value = (sensorInfo.coefficientM * cmdData.reading) + in readingData()
H A Dsensorhandler.cpp778 rawData = round((lowValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()
787 round((highValue - info.scaledOffset) / info.coefficientM); in getSensorThresholds()
1016 ((info.coefficientM * std::get<thresholdValue>(property)) + in ipmiSenSetSensorThresholds()
1138 get_sdr::body::set_m(info->coefficientM, body); in populate_record_from_dbus()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.mako.cpp88 .coefficientM = ${multiplier},
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp168 Multiplier coefficientM; member