HomeSort by relevance Sort by last modified time
    Searched refs:I2C_SYSS_RDONE (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/i2c/
omap24xx_i2c.h 73 #define I2C_SYSS_RDONE (1 << 0) /* Internel reset monitoring */
omap24xx_i2c.c 323 while (!(readw(&i2c_base->syss) & I2C_SYSS_RDONE) && timeout--) {

Completed in 47 milliseconds