Home
last modified time | relevance | path

Searched refs:RCAR_I2C_ICMCR_FSCL (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/i2c/
Drcar_i2c.c24 #define RCAR_I2C_ICMCR_FSCL BIT(6) macro
80 writel(mcra | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()
92 writel(mcr | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()
94 writel(mcra | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()