Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSDRSensor.cpp291 int8_t bExpVal = sdrDataBytes[sdrtype01::rbExpDataByte] & 0xF; in checkSDRType01Threshold() local
292 if (bExpVal > 7) in checkSDRType01Threshold()
294 bExpVal = (~bExpVal + 1) & 0xF; in checkSDRType01Threshold()
317 double bDataVal = bData * pow(10, bExpVal); in checkSDRType01Threshold()