Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Domap24xx_i2c.c164 I2C_STAT_RRDY | I2C_STAT_ARDY | I2C_STAT_NACK |
520 if (status & I2C_STAT_ARDY) {
521 writew(I2C_STAT_ARDY, &i2c_base->stat);
557 if (status & I2C_STAT_ARDY) {
558 writew(I2C_STAT_ARDY, &i2c_base->stat);
685 } while (!(status & I2C_STAT_ARDY) && timeout--);
H A Ddavinci_i2c.h50 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
H A Domap24xx_i2c.h30 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
H A Ddavinci_i2c.c176 I2C_STAT_NACK | I2C_STAT_ARDY); in _davinci_i2c_read()
180 if (!(tmp & I2C_STAT_ARDY)) { in _davinci_i2c_read()