Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-hisi.c49 #define HISI_I2C_FIFO_STATE_RX_EMPTY BIT(3) macro
249 while (!(fifo_state & HISI_I2C_FIFO_STATE_RX_EMPTY) && in hisi_i2c_read_rx_fifo()
260 if (fifo_state & HISI_I2C_FIFO_STATE_RX_EMPTY) in hisi_i2c_read_rx_fifo()