Searched refs:PHY_SPECIALCTL_AUTONEGDONE_MASK (Results 1 – 4 of 4) sorted by relevance
25 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro171 if ((regValue & PHY_SPECIALCTL_AUTONEGDONE_MASK) != 0U) in PHY_LAN8720A_GetAutoNegotiationStatus()
26 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro185 if ((regValue & PHY_SPECIALCTL_AUTONEGDONE_MASK) != 0U) in PHY_LAN8741_GetAutoNegotiationStatus()
44 #define PHY_SPECIALCTL_AUTONEGDONE_MASK 0x1000U /*!< The PHY auto-negotiation complete mask. */ macro
83 } while ((delay != 0U) && ((reg & PHY_SPECIALCTL_AUTONEGDONE_MASK) == 0U)); in PHY_Init()