Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/ethernet/
Dphy_cyclonev.c92 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() argument
366 *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()
Deth_mcux.c192 phy_speed_t phy_speed; member
461 phy_speed_t phy_speed = kPHY_Speed100M; in eth_mcux_phy_event() local
589 eth_mcux_get_phy_params(&phy_duplex, &phy_speed); in eth_mcux_phy_event()
595 &phy_speed); in eth_mcux_phy_event()
597 if (phy_speed != context->phy_speed || in eth_mcux_phy_event()
599 context->phy_speed = phy_speed; in eth_mcux_phy_event()
602 (enet_mii_speed_t) phy_speed, in eth_mcux_phy_event()
608 (phy_speed ? "100" : "10"), in eth_mcux_phy_event()
1598 .phy_speed = kPHY_Speed100M, \
Deth_cyclonev.c802 uint16_t phy_duplex_status, phy_speed; in set_mac_conf_status() local
805 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()
Deth_nxp_s32_gmac.c84 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
86 switch (phy_speed) { in convert_phy_to_mac_config()