Home
last modified time | relevance | path

Searched refs:lun1Sensor0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp54 static constexpr uint16_t lun1Sensor0 = 0x100; variable
309 sensorIndex = lun1Sensor0; in getSensorNumMap()
311 else if (sensorIndex == (lun1Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp254 sensorIndex = lun1Sensor0; in getSensorNumMap()
256 else if (sensorIndex == (lun1Sensor0 | maxSensorsPerLUN)) in getSensorNumMap()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsdrutils.hpp56 static constexpr uint16_t lun1Sensor0 = 0x100; variable