Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c59 #define I2C_BRST_FOEN (1 << 1) /* normal operation */ macro
111 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &priv->regs->brst); in uniphier_fi2c_probe()
301 writel(I2C_BRST_FOEN | I2C_BRST_RSCLO, &regs->brst); in uniphier_fi2c_set_bus_speed()
H A Di2c-uniphier.c30 #define I2C_BRST_FOEN (1 << 1) macro