Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c86 XI2C_IOREAD(pdata, IC_CLR_INTR); in axgbe_i2c_clear_all_interrupts()
106 tx_slots = pdata->i2c.tx_fifo_size - XI2C_IOREAD(pdata, IC_TXFLR); in axgbe_i2c_write()
136 rx_slots = XI2C_IOREAD(pdata, IC_RXFLR); in axgbe_i2c_read()
138 *state->rx_buf++ = XI2C_IOREAD(pdata, IC_DATA_CMD); in axgbe_i2c_read()
150 state->tx_abort_source = XI2C_IOREAD(pdata, IC_TX_ABRT_SOURCE); in axgbe_i2c_clear_isr_interrupts()
151 XI2C_IOREAD(pdata, IC_CLR_TX_ABRT); in axgbe_i2c_clear_isr_interrupts()
155 XI2C_IOREAD(pdata, IC_CLR_STOP_DET); in axgbe_i2c_clear_isr_interrupts()
163 isr = XI2C_IOREAD(pdata, IC_RAW_INTR_STAT); in axgbe_i2c_isr()
198 reg = XI2C_IOREAD(pdata, IC_CON); in axgbe_i2c_set_mode()
212 reg = XI2C_IOREAD(pdata, IC_COMP_PARAM_1); in axgbe_i2c_get_features()
[all …]
H A Daxgbe_common.h1654 #define XI2C_IOREAD(_pdata, _reg) \ macro
1658 GET_BITS(XI2C_IOREAD((_pdata), (_reg)), \
1668 u32 reg_val = XI2C_IOREAD((_pdata), (_reg)); \