Searched refs:IC_COMP_PARAM_1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-i2c.c | 350 reg = XI2C_IOREAD(pdata, IC_COMP_PARAM_1); in xgbe_i2c_get_features() 351 i2c->max_speed_mode = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features() 353 i2c->rx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features() 355 i2c->tx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features()
|
H A D | xgbe-common.h | 1099 #define IC_COMP_PARAM_1 0x00f4 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-i2c.c | 350 reg = XI2C_IOREAD(pdata, IC_COMP_PARAM_1); in xgbe_i2c_get_features() 351 i2c->max_speed_mode = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features() 353 i2c->rx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features() 355 i2c->tx_fifo_size = XI2C_GET_BITS(reg, IC_COMP_PARAM_1, in xgbe_i2c_get_features()
|
H A D | xgbe-common.h | 1101 #define IC_COMP_PARAM_1 0x00f4 macro
|
Completed in 11 milliseconds