Searched refs:I2CSR_MBB (Results 1 – 1 of 1) sorted by relevance
99 #define I2CSR_MBB (1 << 5) /* Bus busy */ macro251 srb = i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB; in wait_for_busbusy()521 if ((i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB) == 0) { in i2c_repeated_start()549 if (i2c_read_reg(sc, I2C_STATUS_REG) & I2CSR_MBB) { in i2c_start_ll()