Searched refs:OMAP_I2C_CON_STP (Results 1 – 2 of 2) sorted by relevance
36 OMAP_I2C_CON_STP = 1 << 1, enumerator68 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()
136 #define OMAP_I2C_CON_STP (1 << 1) /* Stop cond (master only) */ macro707 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()