Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7291.c55 #define AD7291_ALERT_CLEAR BIT(2) macro
126 command = chip->command | AD7291_ALERT_CLEAR; in ad7291_event_handler()
129 command = chip->command & ~AD7291_ALERT_CLEAR; in ad7291_event_handler()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7291.c55 #define AD7291_ALERT_CLEAR BIT(2) macro
126 command = chip->command | AD7291_ALERT_CLEAR; in ad7291_event_handler()
129 command = chip->command & ~AD7291_ALERT_CLEAR; in ad7291_event_handler()

Completed in 3 milliseconds