Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cavium/thunder/
H A Dthunder_bgx.c788 BGX_SPUX_BR_PMD_CRTL, SPU_PMD_CRTL_TRAIN_EN); in bgx_lmac_xaui_init()
862 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_BR_PMD_CRTL); in bgx_xaui_check_link()
864 bgx_reg_write(bgx, lmacid, BGX_SPUX_BR_PMD_CRTL, cfg); in bgx_xaui_check_link()
904 BGX_SPUX_BR_PMD_CRTL); in bgx_xaui_check_link()
907 BGX_SPUX_BR_PMD_CRTL, cfg); in bgx_xaui_check_link()
1318 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