Searched refs:I2CSR_MBB (Results 1 – 2 of 2) sorted by relevance
96 #define I2CSR_MBB (1 << 5) /* Bus busy */ macro247 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()
60 #define I2CSR_MBB (1<<5) /* Bus busy */ macro282 if (status & I2CSR_MBB) { in i2c_start()