Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-hisi.c69 #define HISI_I2C_INT_FIFO_ERR BIT(2) macro
73 (HISI_I2C_INT_TRANS_ERR | HISI_I2C_INT_FIFO_ERR)
129 if (int_err & HISI_I2C_INT_FIFO_ERR) { in hisi_i2c_handle_errors()