Home
last modified time | relevance | path

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

/src/sys/dev/al_eth/
H A Dal_init_eth_lm.c671 al_eth_retimer_boost_addr[lm_context->retimer_channel][lm_context->retimer_type]; in al_eth_lm_retimer_boost_config()
674 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()
684 boost = al_eth_retimer_boost_value[RETIMER_LENS_MAX][lm_context->retimer_type]; in al_eth_lm_retimer_boost_config()
919 lock = retimer[lm_context->retimer_type].cdr_lock(lm_context, channel); in al_eth_lm_wait_for_lock()
936 if (retimer[lm_context->retimer_type].signal_detect) { in al_eth_lm_retimer_signal_lock_check()
937 if (!retimer[lm_context->retimer_type].signal_detect(lm_context, channel)) { 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()
[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
/src/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()