Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-omap.c145 #define OMAP_I2C_CON_STT (1 << 0) /* Start condition (master) */ macro
656 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()
684 while (con & OMAP_I2C_CON_STT) { in omap_i2c_xfer_msg()
697 w &= ~OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()