Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c38 OMAP_I2C_CON_MST = 1 << 10, enumerator
66 OMAP_I2C_CON_MST | in omap_i2c_send()
110 OMAP_I2C_CON_MST | in omap_i2c_recv()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c132 #define OMAP_I2C_CON_MST (1 << 10) /* Master/slave mode */ macro
693 w = OMAP_I2C_CON_EN | OMAP_I2C_CON_MST | OMAP_I2C_CON_STT; in omap_i2c_xfer_msg()