Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c36 OMAP_I2C_CON_STP = 1 << 1, enumerator
68 OMAP_I2C_CON_STP; in omap_i2c_send()
71 g_assert((data & OMAP_I2C_CON_STP) != 0); in omap_i2c_send()
94 g_assert((data & OMAP_I2C_CON_STP) == 0); in omap_i2c_send()
112 OMAP_I2C_CON_STP; in omap_i2c_recv()
121 g_assert((data & OMAP_I2C_CON_STP) == 0); in omap_i2c_recv()
126 g_assert((data & OMAP_I2C_CON_STP) != 0); in omap_i2c_recv()
155 g_assert((data & OMAP_I2C_CON_STP) == 0); in omap_i2c_recv()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c136 #define OMAP_I2C_CON_STP (1 << 1) /* Stop cond (master only) */ macro
707 w |= OMAP_I2C_CON_STP; in omap_i2c_xfer_msg()
733 w |= OMAP_I2C_CON_STP; in omap_i2c_xfer_msg()
779 w |= OMAP_I2C_CON_STP; in omap_i2c_xfer_msg()
917 omap_i2c_write_reg(omap, OMAP_I2C_CON_REG, OMAP_I2C_CON_STP); in omap_i2c_omap1_isr()