Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-omap.c137 #define OMAP_I2C_CON_EN (1 << 15) /* I2C module enable */ macro
301 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in __omap_i2c_init()
328 ~(OMAP_I2C_CON_EN)); in omap_i2c_reset()
334 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in omap_i2c_reset()
655 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()