Searched refs:I2CR_MSTA (Results 1 – 1 of 1) sorted by relevance
100 #define I2CR_MSTA 0x20 macro649 temp |= I2CR_MSTA; in i2c_imx_start()671 if (!(temp & I2CR_MSTA)) in i2c_imx_stop()673 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_stop()928 if (!(ctl & I2CR_MSTA)) { in i2c_imx_isr()1072 if (!(temp & I2CR_MSTA)) in i2c_imx_dma_read()1074 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_dma_read()1203 if (!(temp & I2CR_MSTA)) in i2c_imx_read()1205 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_read()1287 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0), in i2c_imx_xfer_common()