Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/temperature/
Dltc2983.c94 #define LTC2983_RTD_ROTATION_MASK BIT(1) macro
96 FIELD_PREP(LTC2983_RTD_ROTATION_MASK, x)
808 if (rtd->sensor_config & LTC2983_RTD_ROTATION_MASK) in ltc2983_rtd_new()