Searched refs:XI2C_GET_BITS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_i2c.c | 188 if (state->ret || XI2C_GET_BITS(isr, IC_RAW_INTR_STAT, STOP_DET)) in axgbe_i2c_isr() 213 i2c->max_speed_mode = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in axgbe_i2c_get_features() 215 i2c->rx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in axgbe_i2c_get_features() 217 i2c->tx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in axgbe_i2c_get_features()
|
| H A D | axgbe_common.h | 1644 #define XI2C_GET_BITS(_var, _prefix, _field) \ macro
|