Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c35 OMAP_I2C_CON_STT = 1 << 0, enumerator
67 OMAP_I2C_CON_STT | in omap_i2c_send()
111 OMAP_I2C_CON_STT | in omap_i2c_recv()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c137 #define OMAP_I2C_CON_STT (1 << 0) /* Start condition (master) */ macro
693 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()
721 while (con & OMAP_I2C_CON_STT) { in omap_i2c_xfer_msg()
734 w &= ~OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()