Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dad7291.c58 #define AD7291_ALERT_CLEAR BIT(2) macro
129 command = chip->command | AD7291_ALERT_CLEAR; in ad7291_event_handler()
132 command = chip->command & ~AD7291_ALERT_CLEAR; in ad7291_event_handler()