Home
last modified time | relevance | path

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

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