Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/light/
Dtcs3414.c43 #define TCS3414_INTEG_MASK GENMASK(1, 0) macro
154 *val2 = tcs3414_times[data->timing & TCS3414_INTEG_MASK] * 1000; in tcs3414_read_raw()
185 data->timing &= ~TCS3414_INTEG_MASK; in tcs3414_write_raw()