Searched refs:TWI_CNTR_INT_FLAG (Results 1 – 1 of 1) sorted by relevance
58 #define TWI_CNTR_INT_FLAG (1 << 3) macro200 s->cntr |= TWI_CNTR_INT_FLAG; in allwinner_i2c_raise_interrupt()361 if (!s->irq_clear_inverted && !(s->cntr & TWI_CNTR_INT_FLAG)) { in allwinner_i2c_write()364 } else if (s->irq_clear_inverted && (s->cntr & TWI_CNTR_INT_FLAG)) { in allwinner_i2c_write()366 s->cntr &= ~TWI_CNTR_INT_FLAG; in allwinner_i2c_write()