Searched refs:OMAP_I2C_STAT_XRDY (Results 1 – 1 of 1) sorted by relevance
106 #define OMAP_I2C_STAT_XRDY (1 << 4) /* Transmit data ready */ macro944 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_XRDY | in errata_omap3_i462()1056 stat &= ~(OMAP_I2C_STAT_XDR | OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()1092 OMAP_I2C_STAT_XRDY | in omap_i2c_isr_thread()1141 if (stat & OMAP_I2C_STAT_XRDY) { in omap_i2c_isr_thread()1152 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()