Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSDRSensor.cpp135 uint8_t loopCount = sdr::perCountByte * iCnt; in getSDRSensorData()
138 loopCount, sdr::perCountByte}; in getSDRSensorData()
241 int strAddr = dataLen + ((dataLen / (sdr::perCountByte)) * 4) - in checkSDRData()
H A DIpmbSDRSensor.hpp26 static constexpr uint8_t perCountByte = 16; variable