Searched refs:OMAP_I2C_STAT_ARDY (Results 1 – 1 of 1) sorted by relevance
108 #define OMAP_I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro1085 if (stat & OMAP_I2C_STAT_ARDY) in omap_i2c_isr_thread()1086 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_ARDY); in omap_i2c_isr_thread()1088 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | in omap_i2c_isr_thread()1094 OMAP_I2C_STAT_ARDY)); in omap_i2c_isr_thread()