Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-imx.c106 #define I2CR_MSTA 0x20 macro
543 temp |= I2CR_MSTA; in i2c_imx_start()
564 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_stop()
737 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_dma_read()
860 temp &= ~(I2CR_MSTA | I2CR_MTX); in i2c_imx_read()
940 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0), in i2c_imx_xfer()