Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-imx.c101 #define I2CR_RSTA 0x04 macro
911 temp |= I2CR_RSTA; in i2c_imx_xfer()
927 (temp & I2CR_TXAK ? 1 : 0), (temp & I2CR_RSTA ? 1 : 0)); in i2c_imx_xfer()