Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sensor/
H A Dtmp421.c82 #define TMP421_CONFIG_RANGE (1 << 2) macro
114 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_get_temperature()
142 bool ext_range = (s->config[0] & TMP421_CONFIG_RANGE); in tmp421_set_temperature()
/openbmc/linux/drivers/hwmon/
H A Dtmp421.c49 #define TMP421_CONFIG_RANGE 0x04 macro
211 tmp421->config & TMP421_CONFIG_RANGE); in tmp421_read()