Searched refs:STAT_IDLE (Results 1 – 3 of 3) sorted by relevance
192 case STAT_IDLE: in octeon_i2c_check_status()707 for (tries = 10; tries && status != STAT_IDLE; tries--) { in octeon_i2c_init_lowlevel()710 if (status == STAT_IDLE) in octeon_i2c_init_lowlevel()714 if (status != STAT_IDLE) { in octeon_i2c_init_lowlevel()
74 #define STAT_IDLE 0xF8 macro
31 #define STAT_IDLE (1 << 20) macro38 #define STAT_FLAGS (STAT_LBKDIF | STAT_RXEDGIF | STAT_IDLE | STAT_OR | \