Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dltc2983.c83 #define LTC2983_DIODE_DIFF_MASK BIT(2) macro
85 FIELD_PREP(LTC2983_DIODE_DIFF_MASK, x)
1037 if (!(diode->sensor_config & LTC2983_DIODE_DIFF_MASK) && in ltc2983_diode_new()