Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtcs3414.c43 #define TCS3414_INTEG_MASK GENMASK(1, 0) macro
158 *val2 = tcs3414_times[data->timing & TCS3414_INTEG_MASK] * 1000; in tcs3414_read_raw()
189 data->timing &= ~TCS3414_INTEG_MASK; in tcs3414_write_raw()