Searched refs:OMAP_I2C_STAT_AL (Results 1 - 1 of 1) sorted by relevance

/drivers/i2c/busses/
H A Di2c-omap.c107 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro
600 if (dev->cmd_err & (OMAP_I2C_STAT_AL | OMAP_I2C_STAT_ROVR |
723 omap_i2c_complete_cmd(dev, OMAP_I2C_STAT_AL);
776 if (*stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) {
828 if (stat & OMAP_I2C_STAT_AL) {
830 err |= OMAP_I2C_STAT_AL;
836 OMAP_I2C_STAT_AL)) {

Completed in 9 milliseconds