Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-hisi.c52 #define HISI_I2C_FIFO_STATE_TX_FULL BIT(11) macro
283 while (!(fifo_state & HISI_I2C_FIFO_STATE_TX_FULL) && in hisi_i2c_xfer_msg()
315 if ((fifo_state & HISI_I2C_FIFO_STATE_TX_FULL) || in hisi_i2c_xfer_msg()