Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/temperature/
H A Dtmp006.c37 #define TMP006_CONFIG_MOD_MASK GENMASK(14, 12) macro
203 data->config |= TMP006_CONFIG_MOD_MASK; in tmp006_power()
205 data->config &= ~TMP006_CONFIG_MOD_MASK; in tmp006_power()
250 if ((ret & TMP006_CONFIG_MOD_MASK) != TMP006_CONFIG_MOD_MASK) { in tmp006_probe()