Home
last modified time | relevance | path

Searched refs:PHY_BSTATUS_AUTONEGCOMP_MASK (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.h60 #define PHY_BSTATUS_AUTONEGCOMP_MASK 0x0020U /*!< The PHY auto-negotiation complete mask. */ macro
Dfsl_phy.c94 … if (((bssReg & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) && ((ctlReg & PHY_LINK_READY_MASK) != 0U)) in PHY_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c142 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0) in PHY_DP83848_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c150 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_KSZ8041_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h49 #define PHY_BSTATUS_AUTONEGCOMP_MASK ((uint16_t)0x0020U) /*!< The PHY auto-negotiation complete mas… macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c180 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_KSZ8081_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c181 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_VSC8541_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c191 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_RTL8201_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c312 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_RTL8211F_GetAutoNegotiationStatus()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c286 if ((regValue & PHY_BSTATUS_AUTONEGCOMP_MASK) != 0U) in PHY_AR8031_GetAutoNegotiationStatus()