Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A Dtmp006.c36 #define TMP006_CONFIG_MOD_MASK GENMASK(14, 12) macro
237 data->config & ~TMP006_CONFIG_MOD_MASK); in tmp006_powerdown()
262 data->config | TMP006_CONFIG_MOD_MASK); in tmp006_resume()

Completed in 1 milliseconds