Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/al_eth/
H A Dal_init_eth_lm.c674 boost = al_eth_retimer_boost_value[0][lm_context->retimer_type]; in al_eth_lm_retimer_boost_config()
678 boost = al_eth_retimer_boost_value[i][lm_context->retimer_type]; in al_eth_lm_retimer_boost_config()
936 if (retimer[lm_context->retimer_type].signal_detect) { in al_eth_lm_retimer_signal_lock_check()
942 if (retimer[lm_context->retimer_type].cdr_lock) { in al_eth_lm_retimer_signal_lock_check()
943 cdr_lock = retimer[lm_context->retimer_type].cdr_lock( in al_eth_lm_retimer_signal_lock_check()
947 if (retimer[lm_context->retimer_type].reset) { in al_eth_lm_retimer_signal_lock_check()
948 retimer[lm_context->retimer_type].reset(lm_context, in al_eth_lm_retimer_signal_lock_check()
1091 lm_context->retimer_type = params->retimer_type; in al_eth_lm_init()
1314 if (retimer[lm_context->retimer_type].config(lm_context)) { in al_eth_lm_link_establish()
1327 if (retimer[lm_context->retimer_type].rx_adaptation) { in al_eth_lm_link_establish()
[all …]
H A Dal_init_eth_lm.h167 enum al_eth_retimer_type retimer_type; member
229 enum al_eth_retimer_type retimer_type; member
/freebsd-14.2/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h2063 enum al_eth_retimer_type retimer_type; /**< the type of the specific retimer */ member
H A Dal_hal_eth_main.c4512 AL_HAL_ETH_RETIMER_TYPE_SHIFT, params->retimer_type); in al_eth_board_params_set()
4661 params->retimer_type = AL_REG_FIELD_GET(reg, in al_eth_board_params_get()