Searched refs:OMAP_I2C_STAT_ARDY (Results 1 – 1 of 1) sorted by relevance
107 #define OMAP_I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro1057 if (stat & OMAP_I2C_STAT_ARDY) in omap_i2c_isr_thread()1058 omap_i2c_ack_stat(dev, OMAP_I2C_STAT_ARDY); in omap_i2c_isr_thread()1060 if (stat & (OMAP_I2C_STAT_ARDY | OMAP_I2C_STAT_NACK | in omap_i2c_isr_thread()1066 OMAP_I2C_STAT_ARDY)); in omap_i2c_isr_thread()