Searched refs:STAT_IDLE (Results 1 – 2 of 2) sorted by relevance
129 STAT_IDLE = 0x1f enumerator177 if (STAT_TO_STA(s->stat) != STAT_IDLE) { in allwinner_i2c_reset_hold()199 if (STAT_TO_STA(s->stat) != STAT_IDLE) { in allwinner_i2c_raise_interrupt()344 if (STAT_TO_STA(s->stat) == STAT_IDLE) { in allwinner_i2c_write()357 s->stat = STAT_FROM_STA(STAT_IDLE); in allwinner_i2c_write()
31 #define STAT_IDLE (1 << 20) macro38 #define STAT_FLAGS (STAT_LBKDIF | STAT_RXEDGIF | STAT_IDLE | STAT_OR | \