Home
last modified time | relevance | path

Searched refs:PHY_SSTATUS_LINKSPEED_SHIFT (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c40 #define PHY_SSTATUS_LINKSPEED_SHIFT 14U /*!< The link speed shift */ macro
332 switch ((regValue & PHY_SSTATUS_LINKSPEED_MASK) >> PHY_SSTATUS_LINKSPEED_SHIFT) in PHY_AR8031_GetLinkSpeedDuplex()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c27 #define PHY_SSTATUS_LINKSPEED_SHIFT (4U) /*!< The link speed shift */ macro
358 switch ((regValue & PHY_SSTATUS_LINKSPEED_MASK) >> PHY_SSTATUS_LINKSPEED_SHIFT) in PHY_RTL8211F_GetLinkSpeedDuplex()