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

  /external/u-boot/arch/arm/include/asm/arch-rockchip/
i2c.h 36 #define I2C_CON_STOP (1 << 4)
  /external/u-boot/drivers/i2c/
rk_i2c.c 126 writel(I2C_CON_EN | I2C_CON_STOP, &regs->con);
127 writel(I2C_CON_STOP, &regs->ien);

Completed in 282 milliseconds