Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dast2600_i2c.c67 #define AST2600_I2CM_PKT_DONE BIT(16) macro
134 isr & AST2600_I2CM_PKT_DONE, in ast2600_i2c_read_data()
142 writel(AST2600_I2CM_PKT_DONE, &priv->regs->isr); in ast2600_i2c_read_data()
162 isr & AST2600_I2CM_PKT_DONE, in ast2600_i2c_write_data()
169 writel(AST2600_I2CM_PKT_DONE, &priv->regs->isr); in ast2600_i2c_write_data()
185 isr & AST2600_I2CM_PKT_DONE, in ast2600_i2c_write_data()
190 writel(AST2600_I2CM_PKT_DONE, &priv->regs->isr); in ast2600_i2c_write_data()