Searched refs:I2C_STAT_ARDY (Results 1 – 4 of 4) sorted by relevance
164 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--);
50 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
30 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
176 I2C_STAT_NACK | I2C_STAT_ARDY); in _davinci_i2c_read()180 if (!(tmp & I2C_STAT_ARDY)) { in _davinci_i2c_read()