Searched refs:phy_speed (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/drivers/ethernet/ |
D | phy_cyclonev.c | 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() 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()
|
D | eth_cyclonev.c | 802 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()
|
D | eth_nxp_s32_gmac.c | 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() argument 73 switch (phy_speed) { in convert_phy_to_mac_config()
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_mcux.c | 188 phy_speed_t phy_speed; member 444 phy_speed_t phy_speed = kPHY_Speed100M; in eth_mcux_phy_event() local 572 eth_mcux_get_phy_params(&phy_duplex, &phy_speed); in eth_mcux_phy_event() 578 &phy_speed); in eth_mcux_phy_event() 580 if (phy_speed != context->phy_speed || in eth_mcux_phy_event() 582 context->phy_speed = phy_speed; in eth_mcux_phy_event() 585 (enet_mii_speed_t) phy_speed, in eth_mcux_phy_event() 591 (phy_speed ? "100" : "10"), in eth_mcux_phy_event() 1516 .phy_speed = kPHY_Speed100M, \
|