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

/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c61 #define I2C_BRST_RSCLO (1 << 0) /* release SCL low fixing */ macro
112 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &priv->regs->brst);
293 writel(I2C_BRST_RSCLO, &regs->brst);
302 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &regs->brst);

Completed in 38 milliseconds