Home
last modified time | relevance | path

Searched full:sensorunits1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.hpp233 uint8_t sensorUnits1; member
278 uint8_t sensorUnits1; member
455 body.sensorUnits1 |= 1 << 0; in setPercentage()
460 body.sensorUnits1 &= ~(1 << 0); in unsetPercentage()
465 body.sensorUnits1 &= ~(3 << 1); in setModifierOperation()
466 body.sensorUnits1 |= (op & 0x3) << 1; in setModifierOperation()
471 body.sensorUnits1 &= ~(7 << 3); in setRateUnit()
472 body.sensorUnits1 |= (unit & 0x7) << 3; in setRateUnit()
477 body.sensorUnits1 &= ~(3 << 6); in setAnalogDataFormat()
478 body.sensorUnits1 |= (format & 0x3) << 6; in setAnalogDataFormat()
H A Dsensordatahandler.hpp273 // if sensorUnits1 [7:6] = 10b, sensor is signed in readingData()
276 if ((sensorInfo.sensorUnits1 & sensorUnitsSignedBits) == signedDataFormat) in readingData()
465 // if sensorUnits1 [7:6] = 10b, sensor is signed in readingData()
466 if ((sensorInfo.sensorUnits1 & sensorUnitsSignedBits) == signedDataFormat) in readingData()
H A Dsensorhandler.cpp738 if ((info.sensorUnits1 & sensorUnitsSignedBits) == signedDataFormat) in getSensorThresholds()
1085 body.sensorUnits1 = info.sensorUnits1; // default is 0. unsigned, no rate, in setUnitFieldsForObject()
/openbmc/phosphor-host-ipmid/scripts/
H A Dwritesensor.cpp.mako52 sensorUnits1 = sensor.get("sensorUnits1", 0)
95 .sensorUnits1 = ${sensorUnits1},
H A Dsensor-example.yaml116 sensorUnits1: 0x80
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp141 using SensorUnits1 = uint8_t; typedef
176 SensorUnits1 sensorUnits1; member
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/configuration/gbs-yaml-config/
H A Dgbs-ipmi-sensors.yaml15 sensorUnits1: 0x80
54 sensorUnits1: 0x80