Searched refs:I2CSR_MBB (Results 1 – 2 of 2) sorted by relevance
97 #define I2CSR_MBB (1 << 5) /* Bus busy */ macro248 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB; in wait_for_busbusy()518 if ((i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB) == 0) { in i2c_repeated_start()546 if (i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB) { in i2c_start_ll()
61 #define I2CSR_MBB (1<<5) /* Bus busy */ macro283 if (status & I2CSR_MBB) { in i2c_start()