Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_gmac.c71 static void convert_phy_to_mac_config(Gmac_Ip_ConfigType *gmac_cfg, enum phy_link_speed phy_speed) in convert_phy_to_mac_config() argument
75 gmac_cfg->Speed = GMAC_SPEED_10M; in convert_phy_to_mac_config()
76 gmac_cfg->Duplex = GMAC_HALF_DUPLEX; in convert_phy_to_mac_config()
79 gmac_cfg->Speed = GMAC_SPEED_10M; in convert_phy_to_mac_config()
80 gmac_cfg->Duplex = GMAC_FULL_DUPLEX; in convert_phy_to_mac_config()
83 gmac_cfg->Speed = GMAC_SPEED_100M; in convert_phy_to_mac_config()
84 gmac_cfg->Duplex = GMAC_HALF_DUPLEX; in convert_phy_to_mac_config()
87 gmac_cfg->Speed = GMAC_SPEED_100M; in convert_phy_to_mac_config()
88 gmac_cfg->Duplex = GMAC_FULL_DUPLEX; in convert_phy_to_mac_config()
91 gmac_cfg->Speed = GMAC_SPEED_1G; in convert_phy_to_mac_config()
[all …]