Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/cadence/
Dmacb_main.c517 config = GEM_BFINS(SERDES_RATE, MACB_SERDES_RATE_10G, config); in macb_usx_pcs_link_up()
518 config = GEM_BFINS(USX_CTRL_SPEED, HS_SPEED_10000M, config); in macb_usx_pcs_link_up()
719 gem_writel(bp, HS_MAC_CONFIG, GEM_BFINS(HS_MAC_SPEED, HS_SPEED_10000M, in macb_mac_link_up()
2659 dmacfg = GEM_BFINS(FBLDO, bp->dma_burst_length, dmacfg); in macb_configure_dma()
3353 t2_scr = GEM_BFINS(ETHTEN, enable, t2_scr); in gem_enable_flow_filters()
3359 t2_scr = GEM_BFINS(CMPAEN, 1, t2_scr); in gem_enable_flow_filters()
3361 t2_scr = GEM_BFINS(CMPAEN, 0, t2_scr); in gem_enable_flow_filters()
3364 t2_scr = GEM_BFINS(CMPBEN, 1, t2_scr); in gem_enable_flow_filters()
3366 t2_scr = GEM_BFINS(CMPBEN, 0, t2_scr); in gem_enable_flow_filters()
3369 t2_scr = GEM_BFINS(CMPCEN, 1, t2_scr); in gem_enable_flow_filters()
[all …]
Dmacb.h756 #define GEM_BFINS(name, value, old) \ macro