Lines Matching refs:OMAP_I2C_STAT_AL
109 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro
724 if (dev->cmd_err & OMAP_I2C_STAT_AL) in omap_i2c_xfer_msg()
852 omap_i2c_complete_cmd(dev, OMAP_I2C_STAT_AL); in omap_i2c_omap1_isr()
910 if (stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) { in errata_omap3_i462()
918 if (stat & OMAP_I2C_STAT_AL) { in errata_omap3_i462()
920 dev->cmd_err |= OMAP_I2C_STAT_AL; in errata_omap3_i462()
921 omap_i2c_ack_stat(dev, OMAP_I2C_STAT_AL); in errata_omap3_i462()
1048 if (stat & OMAP_I2C_STAT_AL) { in omap_i2c_isr_thread()
1050 err |= OMAP_I2C_STAT_AL; in omap_i2c_isr_thread()
1051 omap_i2c_ack_stat(dev, OMAP_I2C_STAT_AL); in omap_i2c_isr_thread()
1061 OMAP_I2C_STAT_AL)) { in omap_i2c_isr_thread()