TSL2563_INT_MASK
chip->intr &= ~TSL2563_INT_MASK;
if (state && !(chip->intr & TSL2563_INT_MASK)) {
if (!state && (chip->intr & TSL2563_INT_MASK)) {
return !!(ret & TSL2563_INT_MASK);