Home
last modified time | relevance | path

Searched refs:sensor_value (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Daquacomputer_d5next.c915 int ret, i, sensor_value; in aqc_legacy_read() local
927 sensor_value = get_unaligned_le16(priv->buffer + priv->temp_sensor_start_offset + in aqc_legacy_read()
929 priv->temp_input[i] = sensor_value * 10; in aqc_legacy_read()
942 sensor_value = get_unaligned_le16(priv->buffer + priv->fan_sensor_offsets[0]); in aqc_legacy_read()
943 priv->speed_input[0] = aqc_aquastreamxt_convert_pump_rpm(sensor_value); in aqc_legacy_read()
946 sensor_value = get_unaligned_le16(priv->buffer + AQUASTREAMXT_FAN_STATUS_OFFSET); in aqc_legacy_read()
947 if (sensor_value == AQUASTREAMXT_FAN_STOPPED) { in aqc_legacy_read()
950 sensor_value = in aqc_legacy_read()
952 priv->speed_input[1] = aqc_aquastreamxt_convert_fan_rpm(sensor_value); in aqc_legacy_read()
956 sensor_value = get_unaligned_le16(priv->buffer + AQUASTREAMXT_PUMP_CURR_OFFSET); in aqc_legacy_read()
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sensor.robot244 ${sensor_value}= Set Variable ${data.split('| ')[1].strip()}
245 Set To Dictionary ${sensor_value_dict} ${sensor_key} ${sensor_value}
270 ${sensor_value}= Set Variable ${sensor[1].split()[0].strip()}
271 ${contains}= Evaluate """disabled""" in "${sensor_value}"
274 ... Set To Dictionary ${sensor_value_dict} ${sensor_key} ${sensor_value}
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dras.c216 unsigned char sensor_value; member
243 action_code = epow_log->sensor_value & 0xF; /* bottom 4 bits */ in rtas_parse_epow_errlog()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c152 uint8_t sensor_value; member
574 epow->sensor_value = RTAS_LOG_V6_EPOW_ACTION_SYSTEM_SHUTDOWN; in spapr_powerdown_req()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c4289 G_DEFINE_INTERFACE (SensorValue, sensor_value, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument