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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-omap.c102 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro
638 if (dev->cmd_err & (OMAP_I2C_STAT_AL | OMAP_I2C_STAT_ROVR |
755 omap_i2c_complete_cmd(dev, OMAP_I2C_STAT_AL);
808 if (*stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) {
862 if (stat & OMAP_I2C_STAT_AL) {
864 err |= OMAP_I2C_STAT_AL;
867 OMAP_I2C_STAT_AL)) {

Completed in 89 milliseconds