Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp238 uint8_t mMsbAndTolerance; member
484 body.mMsbAndTolerance &= ~(3 << 6); in setM()
485 body.mMsbAndTolerance |= ((m & (3 << 8)) >> 2); in setM()
490 body.mMsbAndTolerance &= ~0x3f; in setTolerance()
491 body.mMsbAndTolerance |= tol & 0x3f; in setTolerance()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1905 record.body.mMsbAndTolerance = (mBitSign << 7) | (mBitNine << 6); in constructSensorSdr()