Searched refs:PHY_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
6 #define PHY_REG_CONTROL 0x0 macro28 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, PHY_BIT_CONTROL_RESET); in phy_Reset()31 uint32_t ret = ETH_PhyRead(PHY_BASE_ADDR, PHY_REG_CONTROL); in phy_Reset()52 data = ETH_PhyRead(PHY_BASE_ADDR, PHY_REG_CONTROL); in phy_AutoNeg()54 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, data); in phy_AutoNeg()
Completed in 4 milliseconds