Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dthunder_bgx.c779 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_lmac_xaui_init()
780 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_lmac_xaui_init()
858 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_xaui_check_link()
861 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_xaui_check_link()
899 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_xaui_check_link()
902 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_xaui_check_link()
Dthunder_bgx.h114 #define BGX_SPUX_INT 0x10220 /* +(0..3) << 20 */ macro