Searched refs:OMAP_I2C_STAT_AL (Results 1 – 1 of 1) sorted by relevance
110 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro723 if (omap->cmd_err & OMAP_I2C_STAT_AL) in omap_i2c_xfer_msg()851 omap_i2c_complete_cmd(omap, OMAP_I2C_STAT_AL); in omap_i2c_omap1_isr()909 if (stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) { in errata_omap3_i462()917 if (stat & OMAP_I2C_STAT_AL) { in errata_omap3_i462()919 omap->cmd_err |= OMAP_I2C_STAT_AL; in errata_omap3_i462()920 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in errata_omap3_i462()1047 if (stat & OMAP_I2C_STAT_AL) { in omap_i2c_isr_thread()1049 err |= OMAP_I2C_STAT_AL; in omap_i2c_isr_thread()1050 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in omap_i2c_isr_thread()[all …]