Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vnic/
Dthunder_bgx.c636 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_lmac_xaui_init()
637 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_lmac_xaui_init()
705 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_xaui_check_link()
708 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_xaui_check_link()
745 cfg = bgx_reg_read(bgx, lmacid, BGX_SPUX_INT); in bgx_xaui_check_link()
748 bgx_reg_write(bgx, lmacid, BGX_SPUX_INT, cfg); in bgx_xaui_check_link()
Dthunder_bgx.h122 #define BGX_SPUX_INT 0x10220 /* +(0..3) << 20 */ macro