Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.h50 rt_uint32_t phy_duplex; member
A Ddrv_enet_phy.c308 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status()
326 …LOG_I("PHY Duplex: %s\n", phy_dev->phy_info.phy_duplex & PHY_FULL_DUPLEX ? "full duplex" : "half d… in phy_poll_status()
328 … enet_set_duplex_mode(phy_monitor_handle->phy_handle[i]->instance, phy_dev->phy_info.phy_duplex); in phy_poll_status()
/bsp/hpmicro/hpm6300evk/board/
A Deth_phy_port.c172 … phy_dev->phy.ops->get_link_speed_duplex(&phy_dev->phy, &phy_info.phy_speed, &phy_info.phy_duplex); in phy_poll_status()
189 …LOG_I("PHY Duplex: %s\n", phy_dev->phy_info.phy_duplex & PHY_FULL_DUPLEX ? "full duplex" : "half d… in phy_poll_status()
191 … enet_set_duplex_mode(phy_monitor_handle->phy_handle[i]->instance, phy_dev->phy_info.phy_duplex); in phy_poll_status()
A Deth_phy_port.h30 rt_uint32_t phy_duplex; member
/bsp/frdm-k64f/board/
A Ddrv_emac.c162 phy_duplex_t phy_duplex; in k64_emac_init() local
194 PHY_GetLinkSpeedDuplex(ENET, phyAddr, &phy_speed, &phy_duplex); in k64_emac_init()
198 config.miiDuplex = (enet_mii_duplex_t)phy_duplex; in k64_emac_init()
/bsp/phytium/libraries/drivers/
A Ddrv_xmac.h106 u32 phy_duplex; /* FXMAC_PHY_XXX_DUPLEX */ member
A Ddrv_xmac_msg.h106 u32 phy_duplex; /* FXMAC_PHY_XXX_DUPLEX */ member
A Ddrv_xmac_msg.c1164 switch (instance_p->mac_config.phy_duplex) in FXmacMsgOsInit()
1296 …_MSG(config_p->phy_duplex <= FXMAC_MSG_PHY_FULL_DUPLEX, "config_p->phy_duplex %d is over FXMAC_MSG… in FXmacMsgOsGetInstancePointer()
1600 os_config.phy_duplex = FXMAC_MSG_PHY_FULL_DUPLEX; /* FXMAC_PHY_XXX_DUPLEX */ in rt_hw_xmac_msg_eth_init()
1627 os_config.phy_duplex = FXMAC_MSG_PHY_FULL_DUPLEX; /* FXMAC_PHY_XXX_DUPLEX */ in rt_hw_xmac_msg_eth_init()
A Ddrv_xmac.c1105 switch (instance_p->mac_config.phy_duplex) in FXmacOsInit()
1255 …SERT_MSG(config_p->phy_duplex <= FXMAC_PHY_FULL_DUPLEX, "config_p->phy_duplex %d is over FXMAC_PHY… in FXmacOsGetInstancePointer()
1558 os_config.phy_duplex = FXMAC_PHY_FULL_DUPLEX; /* FXMAC_PHY_XXX_DUPLEX */ in rt_hw_xmac_eth_init()
1585 os_config.phy_duplex = FXMAC_PHY_FULL_DUPLEX; /* FXMAC_PHY_XXX_DUPLEX */ in rt_hw_xmac_eth_init()

Completed in 18 milliseconds