Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Ddavinci_i2c.c78 if (!(REG(&(i2c_base->i2c_stat)) & I2C_STAT_RRDY)) in _flush_rx()
82 REG(&(i2c_base->i2c_stat)) = I2C_STAT_RRDY; in _flush_rx()
193 tmp = _poll_i2c_irq(i2c_base, I2C_STAT_RRDY | I2C_STAT_NACK | in _davinci_i2c_read()
198 if (tmp & I2C_STAT_RRDY) { in _davinci_i2c_read()
H A Ddavinci_i2c.h48 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro
H A Domap24xx_i2c.c265 I2C_STAT_RRDY | I2C_STAT_ARDY | I2C_STAT_NACK | in wait_for_event()
292 if (stat == I2C_STAT_RRDY) { in flush_fifo()
295 I2C_STAT_RRDY, OMAP_I2C_STAT_REG); in flush_fifo()
683 if (status & I2C_STAT_RRDY) { in __omap24_i2c_read()
687 I2C_STAT_RRDY, OMAP_I2C_STAT_REG); in __omap24_i2c_read()
H A Domap24xx_i2c.h28 #define I2C_STAT_RRDY (1 << 3) /* Receive data ready */ macro