Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-sirf.c51 #define SIRFSOC_I2C_ERR_INT_EN BIT(12) macro
208 writel(regval | SIRFSOC_I2C_CMD_DONE_EN | SIRFSOC_I2C_ERR_INT_EN, in i2c_sirfsoc_xfer_msg()
217 writel(regval & ~(SIRFSOC_I2C_CMD_DONE_EN | SIRFSOC_I2C_ERR_INT_EN), in i2c_sirfsoc_xfer_msg()

Completed in 2 milliseconds