Searched refs:phy_num (Results 1 – 2 of 2) sorted by relevance
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_eth.c | 58 .phy_num = ENET_PHY1, 102 .phy_num = ENET_PHY2, 486 PHY_Init(base_addr, imx6ul_device->phy_num, SYS_CLOCK_HZ,imx6ul_device->phy_id); in phy_detect_thread_entry() 487 PHY_GetLinkStatus(base_addr, imx6ul_device->phy_num, &link); in phy_detect_thread_entry() 491 PHY_GetLinkSpeedDuplex(base_addr, imx6ul_device->phy_num, &speed, &duplex); in phy_detect_thread_entry() 503 PHY_GetLinkStatus(base_addr, imx6ul_device->phy_num, &link); in phy_detect_thread_entry() 508 PHY_StartNegotiation(base_addr,imx6ul_device->phy_num); in phy_detect_thread_entry()
|
| A D | drv_eth.h | 40 uint8_t phy_num; member
|
Completed in 6 milliseconds