Searched refs:OMAP_I2C_STAT_RRDY (Results 1 – 2 of 2) sorted by relevance
28 OMAP_I2C_STAT_RRDY = 1 << 3, enumerator133 g_assert((data & OMAP_I2C_STAT_RRDY) != 0); in omap_i2c_recv()
98 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro1084 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()