Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-hisi.c48 #define HISI_I2C_FIFO_STATE_RX_EMPTY BIT(3) macro
247 while (!(fifo_state & HISI_I2C_FIFO_STATE_RX_EMPTY) && in hisi_i2c_read_rx_fifo()
258 if (fifo_state & HISI_I2C_FIFO_STATE_RX_EMPTY) in hisi_i2c_read_rx_fifo()