Lines Matching defs:INT_SLAVE_EVENT
151 #define INT_SLAVE_EVENT BIT(16)
169 INT_SLAVE_EVENT | \
182 #define INT_ENABLE_MASK_WAITSTOP (INT_SLAVE_EVENT | \
592 i2c->int_enable |= INT_SLAVE_EVENT;
606 i2c->int_enable |= INT_SLAVE_EVENT;
666 if (int_status & INT_SLAVE_EVENT)
739 if (int_status & INT_SLAVE_EVENT)
847 i2c->int_enable | INT_SLAVE_EVENT);
876 i2c->int_enable &= ~INT_SLAVE_EVENT;
949 !(int_status & (INT_SLAVE_EVENT |
966 else if (i2c->mode == MODE_WAITSTOP && (int_status & INT_SLAVE_EVENT) &&