Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/temperature/
A Dtmp006.c36 #define TMP006_CONFIG_MOD_MASK GENMASK(14, 12) macro
202 data->config |= TMP006_CONFIG_MOD_MASK; in tmp006_power()
204 data->config &= ~TMP006_CONFIG_MOD_MASK; in tmp006_power()
249 if ((ret & TMP006_CONFIG_MOD_MASK) != TMP006_CONFIG_MOD_MASK) { in tmp006_probe()

Completed in 3 milliseconds