Searched refs:sensor_units_1 (Results 1 – 6 of 6) sorted by relevance
316 uint8_t sensor_units_1; member361 uint8_t sensor_units_1; member530 body->sensor_units_1 |= 1 << 0; in set_percentage()534 body->sensor_units_1 &= ~(1 << 0); in unset_percentage()538 body->sensor_units_1 &= ~(3 << 1); in set_modifier_operation()539 body->sensor_units_1 |= (op & 0x3) << 1; in set_modifier_operation()543 body->sensor_units_1 &= ~(7 << 3); in set_rate_unit()544 body->sensor_units_1 |= (unit & 0x7) << 3; in set_rate_unit()549 body->sensor_units_1 &= ~(3 << 6); in set_analog_data_format()550 body->sensor_units_1 |= (format & 0x3) << 6; in set_analog_data_format()
1132 body->sensor_units_1 = info->sensorUnits1; // default is 0. unsigned, no in populate_record_from_dbus()
75 uint8_t sensor_units_1; member
136 uint8_t sensor_units_1; member
788 record.body.sensor_units_1 = 1 << 7; in ipmiStorageGetSDR()
1904 record.body.sensor_units_1 = (bSigned ? 1 : 0) << 7; in constructSensorSdr()