Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-altera.c43 #define ALTR_I2C_RX_FIFO_LVL 0x1C /* Receive FIFO LVL register */ macro
194 size_t rx_fifo_avail = readl(idev->base + ALTR_I2C_RX_FIFO_LVL); in altr_i2c_empty_rx_fifo()
323 } while (readl(idev->base + ALTR_I2C_RX_FIFO_LVL)); in altr_i2c_xfer_msg()