Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp310 uint8_t b_msb_and_accuracy_lsb; member
555 body->b_msb_and_accuracy_lsb &= ~(3 << 6); in set_b()
556 body->b_msb_and_accuracy_lsb |= ((b & (3 << 8)) >> 2); in set_b()
561 body->b_msb_and_accuracy_lsb &= ~0x3f; in set_accuracy()
562 body->b_msb_and_accuracy_lsb |= acc & 0x3f; in set_accuracy()
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp82 uint8_t b_msb_and_accuracy_lsb; member
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp143 uint8_t b_msb_and_accuracy_lsb; member
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp772 record.body.b_msb_and_accuracy_lsb = bMsb; in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1891 record.body.b_msb_and_accuracy_lsb = (bBitSign << 7) | (bBitNine << 6); in constructSensorSdr()