Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uniphier-f.c53 #define I2C_RST_RST (1 << 0) /* forcible bus reset */ macro
79 writel(I2C_RST_RST, &regs->rst); in reset_bus()
80 ret = readl_poll_timeout(&regs->rst, val, !(val & I2C_RST_RST), 1); in reset_bus()