Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dtsl2563.c68 #define TSL2563_INT_MASK GENMASK(5, 4) macro
215 chip->intr &= ~TSL2563_INT_MASK; in tsl2563_configure_irq()
638 if (state && !(chip->intr & TSL2563_INT_MASK)) { in tsl2563_write_interrupt_config()
652 if (!state && (chip->intr & TSL2563_INT_MASK)) { in tsl2563_write_interrupt_config()
677 return !!(ret & TSL2563_INT_MASK); in tsl2563_read_interrupt_config()