| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | drv_eth.c | 478 speed_sel = (cy_en_ethif_speed_sel_t)config->phy_speed; in ecm_config_to_speed_sel() 486 if(config->phy_speed == CY_ECM_PHY_SPEED_10M) in ecm_config_to_speed_sel() 490 else if(config->phy_speed == CY_ECM_PHY_SPEED_100M) in ecm_config_to_speed_sel() 530 if(phy_speed == CY_ECM_PHY_SPEED_10M) in eth_clock_config() 532 else if(phy_speed == CY_ECM_PHY_SPEED_100M) in eth_clock_config() 534 else if(phy_speed == CY_ECM_PHY_SPEED_1000M) in eth_clock_config() 688 phyConfig.speed = ecm_phy_config->phy_speed; in init_phy_DP83867IR() 734 if(ecm_phy_config->phy_speed == CY_ECM_PHY_SPEED_100M) in enable_phy_DP83867IR_extended_reg() 738 …else if(ecm_phy_config->phy_speed == CY_ECM_PHY_SPEED_1000M || ecm_phy_config->phy_speed == CY_ECM… in enable_phy_DP83867IR_extended_reg() 789 phy_interface_type.phy_speed = CY_ECM_PHY_SPEED_1000M; in rt_ifx_eth_init() [all …]
|
| A D | drv_eth.h | 66 cy_ecm_phy_speed_t phy_speed; /**< Physical transfer speed */ member
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_eth.c | 322 static rt_uint8_t phy_speed = 0; in phy_monitor_thread_entry() local 349 if (phy_speed != phy_speed_new) in phy_monitor_thread_entry() 351 phy_speed = phy_speed_new; in phy_monitor_thread_entry() 352 if (phy_speed & PHY_LINK) in phy_monitor_thread_entry() 355 if (phy_speed & PHY_100M) in phy_monitor_thread_entry() 364 if (phy_speed & PHY_FULL_DUPLEX) in phy_monitor_thread_entry()
|
| /bsp/stm32/stm32h750-artpi/board/port/ |
| A D | drv_eth.c | 404 static rt_uint8_t phy_speed = 0; in phy_linkchange() local 431 if (phy_speed != phy_speed_new) in phy_linkchange() 433 phy_speed = phy_speed_new; in phy_linkchange() 435 if (phy_speed & PHY_LINK) in phy_linkchange() 439 if (phy_speed & PHY_100M) in phy_linkchange() 450 if (phy_speed & PHY_FULL_DUPLEX) in phy_linkchange()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_eth.c | 411 static rt_uint8_t phy_speed = 0; in phy_linkchange() local 438 if (phy_speed != phy_speed_new) in phy_linkchange() 440 phy_speed = phy_speed_new; in phy_linkchange() 441 if (phy_speed & PHY_LINK) in phy_linkchange() 444 if (phy_speed & PHY_100M) in phy_linkchange() 455 if (phy_speed & PHY_FULL_DUPLEX) in phy_linkchange()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_enet_phy.h | 49 rt_uint32_t phy_speed; member
|
| A D | drv_enet_phy.c | 308 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status() 325 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status() 327 …t_line_speed(phy_monitor_handle->phy_handle[i]->instance, line_speed[phy_dev->phy_info.phy_speed]); in phy_poll_status()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 172 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status() 188 LOG_I("PHY Speed: %s", ps[phy_dev->phy_info.phy_speed]); in phy_poll_status() 190 …t_line_speed(phy_monitor_handle->phy_handle[i]->instance, line_speed[phy_dev->phy_info.phy_speed]); in phy_poll_status()
|
| A D | eth_phy_port.h | 29 rt_uint32_t phy_speed; member
|
| /bsp/at32/libraries/rt_drivers/ |
| A D | drv_emac.c | 816 static rt_uint8_t phy_speed = 0; in phy_linkchange() local 845 if (phy_speed != phy_speed_new) in phy_linkchange() 847 phy_speed = phy_speed_new; in phy_linkchange() 848 if (phy_speed & PHY_LINK) in phy_linkchange() 851 if (phy_speed & PHY_10M) in phy_linkchange() 862 if (phy_speed & PHY_FULLDUPLEX) in phy_linkchange()
|
| /bsp/frdm-k64f/board/ |
| A D | drv_emac.c | 161 phy_speed_t phy_speed; in k64_emac_init() local 194 PHY_GetLinkSpeedDuplex(ENET, phyAddr, &phy_speed, &phy_duplex); in k64_emac_init() 197 config.miiSpeed = (enet_mii_speed_t)phy_speed; in k64_emac_init()
|
| /bsp/phytium/libraries/drivers/ |
| A D | drv_xmac.h | 105 u32 phy_speed; /* FXMAC_PHY_SPEED_XXX */ member
|
| A D | drv_xmac_msg.h | 105 u32 phy_speed; /* FXMAC_PHY_SPEED_XXX */ member
|
| A D | drv_xmac_msg.c | 1145 switch (instance_p->mac_config.phy_speed) in FXmacMsgOsInit() 1160 LOG_E("Setting speed is not valid , speed is %d", instance_p->mac_config.phy_speed); in FXmacMsgOsInit() 1295 …FASSERT_MSG(config_p->phy_speed <= FXMAC_MSG_PHY_SPEED_1000M, "config_p->phy_speed %d is over 1000… in FXmacMsgOsGetInstancePointer() 1599 os_config.phy_speed = FXMAC_MSG_PHY_SPEED_1000M; /* FXMAC_PHY_SPEED_XXX */ in rt_hw_xmac_msg_eth_init() 1626 os_config.phy_speed = FXMAC_MSG_PHY_SPEED_1000M; /* FXMAC_PHY_SPEED_XXX */ in rt_hw_xmac_msg_eth_init()
|
| A D | drv_xmac.c | 1089 switch (instance_p->mac_config.phy_speed) in FXmacOsInit() 1101 LOG_E("Setting speed is not valid , speed is %d", instance_p->mac_config.phy_speed); in FXmacOsInit() 1254 …FASSERT_MSG(config_p->phy_speed <= FXMAC_PHY_SPEED_1000M, "config_p->phy_speed %d is over 1000", c… in FXmacOsGetInstancePointer() 1557 os_config.phy_speed = FXMAC_PHY_SPEED_1000M; /* FXMAC_PHY_SPEED_XXX */ in rt_hw_xmac_eth_init() 1584 os_config.phy_speed = FXMAC_PHY_SPEED_1000M; /* FXMAC_PHY_SPEED_XXX */ in rt_hw_xmac_eth_init()
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_eth.c | 610 static uint8_t phy_speed = 0; in phy_linkchange() local 636 if(phy_speed_new != phy_speed) in phy_linkchange() 675 phy_speed = phy_speed_new; in phy_linkchange()
|