Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-omap.c137 #define OMAP_I2C_CON_EN (1 << 15) /* I2C module enable */ macro
300 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in __omap_i2c_init()
327 ~(OMAP_I2C_CON_EN)); in omap_i2c_reset()
333 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_EN); in omap_i2c_reset()
689 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()