[go: nahoru, domu]

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

/drivers/i2c/busses/
H A Di2c-omap.c106 #define OMAP_I2C_STAT_AL (1 << 0) /* Arbitration lost int ena */ macro
603 if (dev->cmd_err & (OMAP_I2C_STAT_AL | OMAP_I2C_STAT_ROVR |
731 omap_i2c_complete_cmd(dev, OMAP_I2C_STAT_AL);
789 if (stat & (OMAP_I2C_STAT_NACK | OMAP_I2C_STAT_AL)) {
797 if (stat & OMAP_I2C_STAT_AL) {
799 dev->cmd_err |= OMAP_I2C_STAT_AL;
800 omap_i2c_ack_stat(dev, OMAP_I2C_STAT_AL);
927 if (stat & OMAP_I2C_STAT_AL) {
929 err |= OMAP_I2C_STAT_AL;
930 omap_i2c_ack_stat(dev, OMAP_I2C_STAT_AL);
[all...]

Completed in 13 milliseconds