Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dtsl2563.c69 #define TSL2563_INT_MASK GENMASK(5, 4) macro
216 chip->intr &= ~TSL2563_INT_MASK; in tsl2563_configure_irq()
639 if (state && !(chip->intr & TSL2563_INT_MASK)) { in tsl2563_write_interrupt_config()
653 if (!state && (chip->intr & TSL2563_INT_MASK)) { in tsl2563_write_interrupt_config()
678 return !!(ret & TSL2563_INT_MASK); in tsl2563_read_interrupt_config()