Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Dtmp421.c91 #define TMP421_CONVERSION_RATE_REG 0x0B macro
188 case TMP421_CONVERSION_RATE_REG: in tmp421_read()
232 case TMP421_CONVERSION_RATE_REG: in tmp421_write()
/openbmc/linux/drivers/hwmon/
H A Dtmp421.c39 #define TMP421_CONVERSION_RATE_REG 0x0B macro
281 i2c_smbus_write_byte_data(client, TMP421_CONVERSION_RATE_REG, 0x05); in tmp421_init_client()
321 reg = i2c_smbus_read_byte_data(client, TMP421_CONVERSION_RATE_REG); in tmp421_detect()