Home
last modified time | relevance | path

Searched refs:I2C_STAT_BB (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ddavinci_i2c.h43 #define I2C_STAT_BB (1 << 12) /* Bus busy */ macro
H A Domap24xx_i2c.h23 #define I2C_STAT_BB (1 << 12) /* Bus busy */ macro
H A Domap24xx_i2c.c126 while ((stat = readw(&i2c_base->stat) & I2C_STAT_BB) && timeout--) {
130 I2C_STAT_BB) && timeout--) {
H A Ddavinci_i2c.c48 if (!((stat) & I2C_STAT_BB)) { in _wait_for_bus()