Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtcs3472.c53 #define TCS3472_ENABLE_AIEN BIT(4) macro
322 ret = !!(data->enable & TCS3472_ENABLE_AIEN); in tcs3472_read_event_config()
341 data->enable |= TCS3472_ENABLE_AIEN; in tcs3472_write_event_config()
343 data->enable &= ~TCS3472_ENABLE_AIEN; in tcs3472_write_event_config()
509 data->enable &= ~TCS3472_ENABLE_AIEN; in tcs3472_probe()