Searched refs:I2CR_MSTA (Results 1 – 2 of 2) sorted by relevance
91 #define I2CR_MSTA 0x20 macro595 temp |= I2CR_MSTA; in i2c_imx_start()618 if (!(temp & I2CR_MSTA)) in i2c_imx_stop()620 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_stop()783 if (!(temp & I2CR_MSTA)) in i2c_imx_dma_read()785 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_dma_read()914 if (!(temp & I2CR_MSTA)) in i2c_imx_read()916 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_read()1000 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0), in i2c_imx_xfer_common()
51 #define I2CR_MSTA (1 << 5) macro266 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_stop()310 temp |= I2CR_MSTA; in i2c_init_transfer_()