Searched refs:PHY_BIT_CONTROL_RESET (Results 1 – 1 of 1) sorted by relevance
12 #define PHY_BIT_CONTROL_RESET 0x8000 /*!< Control reg : reset */ macro28 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, PHY_BIT_CONTROL_RESET); in phy_Reset()32 if ((ret & PHY_BIT_CONTROL_RESET) == 0) { in phy_Reset()
Completed in 4 milliseconds