Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dvcnl4000.c107 #define VCNL4010_INT_THR_HIGH 0 /* High threshold exceeded */ macro
113 (BIT(VCNL4010_INT_THR_LOW) | BIT(VCNL4010_INT_THR_HIGH))
1599 if (test_bit(VCNL4010_INT_THR_HIGH, &isr)) { in vcnl4010_irq_thread()