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 */ macro910 omap_i2c_ack_stat(omap, (OMAP_I2C_STAT_XRDY | in errata_omap3_i462()1027 stat &= ~(OMAP_I2C_STAT_XDR | OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()1063 OMAP_I2C_STAT_XRDY | in omap_i2c_isr_thread()1112 if (stat & OMAP_I2C_STAT_XRDY) { in omap_i2c_isr_thread()1123 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_XRDY); in omap_i2c_isr_thread()