Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Di2c-omap.c28 OMAP_I2C_STAT_RRDY = 1 << 3, enumerator
133 g_assert((data & OMAP_I2C_STAT_RRDY) != 0); in omap_i2c_recv()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c98 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro
1084 stat &= ~(OMAP_I2C_STAT_RDR | OMAP_I2C_STAT_RRDY); in omap_i2c_xfer_data()
1117 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_RRDY | in omap_i2c_xfer_data()
1142 if (stat & OMAP_I2C_STAT_RRDY) { in omap_i2c_xfer_data()
1149 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_RRDY); in omap_i2c_xfer_data()