Searched refs:INT_SLAVE_EVENT (Results 1 – 1 of 1) sorted by relevance
153 #define INT_SLAVE_EVENT BIT(16) macro170 INT_SLAVE_EVENT | \182 #define INT_ENABLE_MASK_WAITSTOP (INT_SLAVE_EVENT | \577 i2c->int_enable |= INT_SLAVE_EVENT; in img_i2c_read()592 i2c->int_enable |= INT_SLAVE_EVENT; in img_i2c_write()653 if (int_status & INT_SLAVE_EVENT) in img_i2c_sequence()726 if (int_status & INT_SLAVE_EVENT) in img_i2c_atomic()834 i2c->int_enable | INT_SLAVE_EVENT); in img_i2c_check_timer()863 i2c->int_enable &= ~INT_SLAVE_EVENT; in img_i2c_auto()928 !(int_status & (INT_SLAVE_EVENT | in img_i2c_isr()[all …]