Home
last modified time | relevance | path

Searched refs:I2C_STAT_AL (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Ddavinci_i2c.h51 #define I2C_STAT_AL (1 << 0) /* Arbitration lost interrupt enable */ macro
H A Domap24xx_i2c.h31 #define I2C_STAT_AL (1 << 0) /* Arbitration lost interrupt enable */ macro
H A Domap24xx_i2c.c266 I2C_STAT_AL)) && timeout--); in wait_for_event()
503 if ((status & ~I2C_STAT_XRDY) == 0 || (status & I2C_STAT_AL)) { in __omap24_i2c_probe()