Home
last modified time | relevance | path

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

/drivers/i2c/busses/
A Di2c-omap.c129 #define OMAP_I2C_CON_EN (1 << 15) /* I2C module enable */ macro
295 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