Searched refs:I2C_SYSS_RDONE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/ti/ | ||
| H A D | ti_i2c.h | 74 #define I2C_SYSS_RDONE (1UL << 0) macro |
| H A D | ti_i2c.c | 534 while ((ti_i2c_read_2(sc, I2C_REG_SYSS) & I2C_SYSS_RDONE) == 0) { in ti_i2c_reset() |