Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp308 uint8_t m_msb_and_tolerance; member
543 body->m_msb_and_tolerance &= ~(3 << 6); in set_m()
544 body->m_msb_and_tolerance |= ((m & (3 << 8)) >> 2); in set_m()
548 body->m_msb_and_tolerance &= ~0x3f; in set_tolerance()
549 body->m_msb_and_tolerance |= tol & 0x3f; in set_tolerance()
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp80 uint8_t m_msb_and_tolerance; member
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp141 uint8_t m_msb_and_tolerance; member
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp759 record.body.m_msb_and_tolerance = mMsb; in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1882 record.body.m_msb_and_tolerance = (mBitSign << 7) | (mBitNine << 6); in constructSensorSdr()