Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-hisi.c70 #define HISI_I2C_INT_FIFO_ERR BIT(2) macro
74 (HISI_I2C_INT_TRANS_ERR | HISI_I2C_INT_FIFO_ERR)
131 if (int_err & HISI_I2C_INT_FIFO_ERR) { in hisi_i2c_handle_errors()