Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-hisi.c72 #define HISI_I2C_INT_FIFO_ERR BIT(2) macro
76 (HISI_I2C_INT_TRANS_ERR | HISI_I2C_INT_FIFO_ERR)
138 if (int_err & HISI_I2C_INT_FIFO_ERR) { in hisi_i2c_handle_errors()