Searched refs:phy_speed (Results 1 – 3 of 3) sorted by relevance
92 int alt_eth_phy_get_duplex_and_speed(uint16_t *phy_duplex_status, uint16_t *phy_speed,349 int alt_eth_phy_get_duplex_and_speed(uint16_t *phy_duplex_status, uint16_t *phy_speed, in alt_eth_phy_get_duplex_and_speed() argument366 *phy_speed = 100; in alt_eth_phy_get_duplex_and_speed()369 *phy_speed = 1000; in alt_eth_phy_get_duplex_and_speed()371 *phy_speed = 10; in alt_eth_phy_get_duplex_and_speed()
802 uint16_t phy_duplex_status, phy_speed; in set_mac_conf_status() local805 ret = alt_eth_phy_get_duplex_and_speed(&phy_duplex_status, &phy_speed, instance, p); in set_mac_conf_status()821 if (phy_speed == 10) { in set_mac_conf_status()827 if (phy_speed == 100) { in set_mac_conf_status()833 if (phy_speed == 1000) { in set_mac_conf_status()
71 static void convert_phy_to_mac_config(Gmac_Ip_ConfigType *gmac_cfg, enum phy_link_speed phy_speed) in convert_phy_to_mac_config() argument73 switch (phy_speed) { in convert_phy_to_mac_config()