Searched refs:GMAC_CONFIG_PS (Results 1 – 3 of 3) sorted by relevance
214 #define GMAC_CONFIG_PS BIT(15) macro446 #define GMAC_CORE_INIT (GMAC_CONFIG_JD | GMAC_CONFIG_PS | \
1325 mac->link.speed10 = GMAC_CONFIG_PS; in dwmac4_setup()1326 mac->link.speed100 = GMAC_CONFIG_FES | GMAC_CONFIG_PS; in dwmac4_setup()1328 mac->link.speed_mask = GMAC_CONFIG_FES | GMAC_CONFIG_PS; in dwmac4_setup()
589 speed = mac_cfg & (GMAC_CONFIG_PS | GMAC_CONFIG_FES); in dwmac5_est_configure()