Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c786 BGX_SPUX_BR_PMD_CRTL, SPU_PMD_CRTL_TRAIN_EN); in bgx_lmac_xaui_init()
860 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_BR_PMD_CRTL); in bgx_xaui_check_link()
862 bgx_reg_write(bgx, lmacid, BGX_SPUX_BR_PMD_CRTL, cfg); in bgx_xaui_check_link()
902 BGX_SPUX_BR_PMD_CRTL); in bgx_xaui_check_link()
905 BGX_SPUX_BR_PMD_CRTL, cfg); in bgx_xaui_check_link()
1316 lmac->use_training = bgx_reg_read(bgx, lmacid, BGX_SPUX_BR_PMD_CRTL) & in lmac_set_training()
H A Dthunder_bgx.h99 #define BGX_SPUX_BR_PMD_CRTL 0x10068 macro