Home
last modified time | relevance | path

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

/external/u-boot/drivers/i2c/
Di2c-uniphier-f.c21 #define I2C_CR_STO (1 << 1) /* stop condition */ macro
148 writel(I2C_CR_MST | I2C_CR_STO, &priv->regs->cr); in issue_stop()