Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Drcar_i2c.c27 #define RCAR_I2C_ICMCR_FSCL BIT(6) /* override SCL pin */ macro
97 writel(mcra | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()
109 writel(mcr | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()
111 writel(mcra | RCAR_I2C_ICMCR_FSCL, priv->base + RCAR_I2C_ICMCR); in rcar_i2c_recover()

Completed in 3 milliseconds