Searched refs:PHY_BCTL_RESET_MASK (Results 1 – 6 of 6) sorted by relevance
100 PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_Init()104 } while (delay-- && reg & PHY_BCTL_RESET_MASK); in PHY_Init()
63 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro
64 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro
93 result = PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_Init()
43 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro155 result = phy_ksz8081.ops->write(NULL, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in rt_phy_init()
46 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro233 result = phy_rtl8211f.ops->write(PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in rt_phy_init()
Completed in 16 milliseconds