Searched refs:OMAP_I2C_CON_EN (Results 1 – 1 of 1) sorted by relevance
129 #define OMAP_I2C_CON_EN (1 << 15) /* I2C module enable */ macro295 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in __omap_i2c_init()322 ~(OMAP_I2C_CON_EN)); in omap_i2c_reset()328 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in omap_i2c_reset()695 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()
Completed in 5 milliseconds