Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c96 #define I2CSR_MBB (1 << 5) /* Bus busy */ macro
247 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()
/freebsd/sys/powerpc/mpc85xx/
H A Di2c.c60 #define I2CSR_MBB (1<<5) /* Bus busy */ macro
282 if (status & I2CSR_MBB) { in i2c_start()