Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c60 #define I2C_BRST_RSCLO (1 << 0) /* release SCL low fixing */ macro
111 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &priv->regs->brst); in uniphier_fi2c_probe()
292 writel(I2C_BRST_RSCLO, &regs->brst); in uniphier_fi2c_set_bus_speed()
301 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &regs->brst); in uniphier_fi2c_set_bus_speed()