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

/linux-4.1.27/drivers/i2c/busses/
H A Di2c-imx.c106 #define I2CR_IEN 0x80 macro
113 * - set I2CR_IEN bit enable the module on i.MX,
114 * - but clear I2CR_IEN bit enable the module on Vybrid.
119 #define I2CR_IEN_OPCODE_1 I2CR_IEN
576 temp = i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN, i2c_imx_stop()
925 (temp & I2CR_IEN ? 1 : 0), (temp & I2CR_IIEN ? 1 : 0), i2c_imx_xfer()
1048 imx_i2c_write_reg(i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN, i2c_imx_probe()

Completed in 75 milliseconds