Home
last modified time | relevance | path

Searched refs:I2CSR_MBB (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_i2c.c99 #define I2CSR_MBB (1 << 5) /* Bus busy */ macro
251 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()