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 */ macro757 if (omap->cmd_err & OMAP_I2C_STAT_AL) in omap_i2c_xfer_msg()885 omap_i2c_complete_cmd(omap, OMAP_I2C_STAT_AL); in omap_i2c_omap1_isr()943 if (stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) { in errata_omap3_i462()951 if (stat & OMAP_I2C_STAT_AL) { in errata_omap3_i462()953 omap->cmd_err |= OMAP_I2C_STAT_AL; in errata_omap3_i462()954 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in errata_omap3_i462()1076 if (stat & OMAP_I2C_STAT_AL) { in omap_i2c_isr_thread()1078 err |= OMAP_I2C_STAT_AL; in omap_i2c_isr_thread()1079 omap_i2c_ack_stat(omap, OMAP_I2C_STAT_AL); in omap_i2c_isr_thread()[all …]