Searched refs:I2C_STAT_RRDY (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.h69 #define I2C_STAT_RRDY (1UL << 3) macro
H A Dti_i2c.c226 I2C_STAT_ARDY | I2C_STAT_RDR | I2C_STAT_RRDY |
245 } else if (status & I2C_STAT_RRDY) {
263 if (status & I2C_STAT_RRDY)
264 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_RRDY);

Completed in 113 milliseconds