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

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-imx.c104 #define I2CR_MSTA 0x20 macro
536 temp |= I2CR_MSTA; i2c_imx_start()
557 temp &= ~(I2CR_MSTA | I2CR_MTX); i2c_imx_stop()
730 temp &= ~(I2CR_MSTA | I2CR_MTX); i2c_imx_dma_read()
853 temp &= ~(I2CR_MSTA | I2CR_MTX); i2c_imx_read()
926 (temp & I2CR_MSTA ? 1 : 0), (temp & I2CR_MTX ? 1 : 0), i2c_imx_xfer()

Completed in 38 milliseconds