Searched refs:I2C_STAT_BB (Results 1 – 4 of 4) sorted by relevance
42 #define I2C_STAT_BB (1 << 12) /* Bus busy */ macro
22 #define I2C_STAT_BB (1 << 12) /* Bus busy */ macro
124 while ((stat = readw(&i2c_base->stat) & I2C_STAT_BB) && timeout--) {128 I2C_STAT_BB) && timeout--) {
47 if (!((stat) & I2C_STAT_BB)) { in _wait_for_bus()