Searched refs:GEM_BFINS (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 573 config = GEM_BFINS(SERDES_RATE, MACB_SERDES_RATE_10G, config); in macb_usx_pcs_link_up() 574 config = GEM_BFINS(USX_CTRL_SPEED, HS_SPEED_10000M, config); in macb_usx_pcs_link_up() 773 gem_writel(bp, HS_MAC_CONFIG, GEM_BFINS(HS_MAC_SPEED, HS_SPEED_10000M, in macb_mac_link_up() 2752 dmacfg = GEM_BFINS(FBLDO, bp->dma_burst_length, dmacfg); in macb_configure_dma() 3467 t2_scr = GEM_BFINS(ETHTEN, enable, t2_scr); in gem_enable_flow_filters() 3473 t2_scr = GEM_BFINS(CMPAEN, 1, t2_scr); in gem_enable_flow_filters() 3475 t2_scr = GEM_BFINS(CMPAEN, 0, t2_scr); in gem_enable_flow_filters() 3478 t2_scr = GEM_BFINS(CMPBEN, 1, t2_scr); in gem_enable_flow_filters() 3480 t2_scr = GEM_BFINS(CMPBEN, 0, t2_scr); in gem_enable_flow_filters() 3483 t2_scr = GEM_BFINS(CMPCEN, 1, t2_scr); in gem_enable_flow_filters() [all …]
|
H A D | macb.h | 771 #define GEM_BFINS(name, value, old) \ macro
|
/openbmc/u-boot/drivers/net/ |
H A D | macb.h | 305 #define GEM_BFINS(name, value, old) \ macro
|