Searched refs:I2C_STAT_ARDY (Results 1 – 4 of 4) sorted by relevance
49 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
29 #define I2C_STAT_ARDY (1 << 2) /* Register access ready */ macro
267 I2C_STAT_RRDY | I2C_STAT_ARDY | I2C_STAT_NACK | in wait_for_event()650 if (status & I2C_STAT_ARDY) { in __omap24_i2c_read()652 I2C_STAT_ARDY, in __omap24_i2c_read()691 if (status & I2C_STAT_ARDY) { in __omap24_i2c_read()693 I2C_STAT_ARDY, OMAP_I2C_STAT_REG); in __omap24_i2c_read()829 } while (!(status & I2C_STAT_ARDY) && timeout--); in __omap24_i2c_write()
177 I2C_STAT_NACK | I2C_STAT_ARDY); in _davinci_i2c_read()181 if (!(tmp & I2C_STAT_ARDY)) { in _davinci_i2c_read()
Completed in 7 milliseconds