Searched refs:OMAP_I2C_STAT_RRDY (Results 1 – 1 of 1) sorted by relevance
107 #define OMAP_I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro1029 stat &= ~(OMAP_I2C_STAT_RDR | OMAP_I2C_STAT_RRDY); in omap_i2c_isr_thread()1061 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_RRDY | in omap_i2c_isr_thread()1086 if (stat & OMAP_I2C_STAT_RRDY) { in omap_i2c_isr_thread()1093 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_RRDY); in omap_i2c_isr_thread()