Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Ddavinci_i2c.c79 if (!(REG(&(i2c_base->i2c_stat)) & I2C_STAT_RRDY)) in _flush_rx()
83 REG(&(i2c_base->i2c_stat)) = I2C_STAT_RRDY; in _flush_rx()
194 tmp = _poll_i2c_irq(i2c_base, I2C_STAT_RRDY | I2C_STAT_NACK | in _davinci_i2c_read()
199 if (tmp & I2C_STAT_RRDY) { in _davinci_i2c_read()
H A Domap24xx_i2c.c164 I2C_STAT_RRDY | I2C_STAT_ARDY | I2C_STAT_NACK |
192 if (stat == I2C_STAT_RRDY) {
194 writew(I2C_STAT_RRDY, &i2c_base->stat);
553 if (status & I2C_STAT_RRDY) {
555 writew(I2C_STAT_RRDY, &i2c_base->stat);
H A Ddavinci_i2c.h49 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro
H A Domap24xx_i2c.h29 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro