Searched refs:I2SR_IBB (Results 1 – 2 of 2) sorted by relevance
57 #define I2SR_IBB (1 << 5) macro190 #define ST_BUS_IDLE (0 | (I2SR_IBB << 8))191 #define ST_BUS_BUSY (I2SR_IBB | (I2SR_IBB << 8))
84 #define I2SR_IBB 0x20 macro444 if (for_busy && (temp & I2SR_IBB)) { in i2c_imx_bus_busy()448 if (!for_busy && !(temp & I2SR_IBB)) { in i2c_imx_bus_busy()1007 (temp & I2SR_IBB ? 1 : 0), (temp & I2SR_IAL ? 1 : 0), in i2c_imx_xfer_common()