Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c212 reg = XI2C_IOREAD(pdata, IC_COMP_PARAM_1); in axgbe_i2c_get_features()
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 Daxgbe_common.h1071 #define IC_COMP_PARAM_1 0x00f4 macro