Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIpmbSDRSensor.cpp237 int strLen = (sdrDataBytes[sdrtype01::nameLengthByte]) & (sdrLenBit); in checkSDRData()
259 uint8_t linear = sdrDataBytes[sdrtype01::sdrLinearByte]; in checkSDRType01Threshold()
267 int threshold = (sdrDataBytes[sdrtype01::sensorCapability]) & in checkSDRType01Threshold()
274 uint16_t mData = ((sdrDataBytes[sdrtype01::mTolDataByte] & 0xC0) in checkSDRType01Threshold()
276 sdrDataBytes[sdrtype01::mDataByte]; in checkSDRType01Threshold()
282 uint16_t bData = ((sdrDataBytes[sdrtype01::bAcuDataByte] & 0xC0) in checkSDRType01Threshold()
284 sdrDataBytes[sdrtype01::bDataByte]; in checkSDRType01Threshold()
290 int8_t bExpVal = sdrDataBytes[sdrtype01::rbExpDataByte] & 0xF; in checkSDRType01Threshold()
298 int8_t rExpVal = (sdrDataBytes[sdrtype01::rbExpDataByte] >> 4) & 0xF; in checkSDRType01Threshold()
329 temp.sensorUnit = sdrDataBytes[sdrtype01::sdrUnitType]; in checkSDRType01Threshold()
[all …]
H A DIpmbSDRSensor.hpp35 namespace sdrtype01 namespace