Searched refs:I2C_STAT_ARDY (Results 1 – 4 of 4) sorted by relevance
162 I2C_STAT_RRDY | I2C_STAT_ARDY | I2C_STAT_NACK |518 if (status & I2C_STAT_ARDY) {519 writew(I2C_STAT_ARDY, &i2c_base->stat);555 if (status & I2C_STAT_ARDY) {556 writew(I2C_STAT_ARDY, &i2c_base->stat);683 } while (!(status & I2C_STAT_ARDY) && timeout--);
49 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
29 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
175 I2C_STAT_NACK | I2C_STAT_ARDY); in _davinci_i2c_read()179 if (!(tmp & I2C_STAT_ARDY)) { in _davinci_i2c_read()