Searched refs:GMAC_CONFIG_FES (Results 1 – 3 of 3) sorted by relevance
67 val &= ~(GMAC_CONFIG_PS | GMAC_CONFIG_FES); in visconti_eth_fix_mac_speed()79 val |= GMAC_CONFIG_PS | GMAC_CONFIG_FES; in visconti_eth_fix_mac_speed()
1368 mac->link.speed100 = GMAC_CONFIG_FES | GMAC_CONFIG_PS; in dwmac4_setup()1370 mac->link.speed2500 = GMAC_CONFIG_FES; in dwmac4_setup()1371 mac->link.speed_mask = GMAC_CONFIG_FES | GMAC_CONFIG_PS; in dwmac4_setup()
221 #define GMAC_CONFIG_FES BIT(14) macro