Home
last modified time | relevance | path

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

/drivers/iio/temperature/
A Dtmp006.c38 #define TMP006_CONFIG_MOD_MASK GENMASK(14, 12) macro
236 data->config |= TMP006_CONFIG_MOD_MASK; in tmp006_power()
238 data->config &= ~TMP006_CONFIG_MOD_MASK; in tmp006_power()
332 if ((ret & TMP006_CONFIG_MOD_MASK) != TMP006_CONFIG_MOD_MASK) { in tmp006_probe()

Completed in 3 milliseconds