Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_realtek_rtl8211f.c33 #define PHY_RT_RTL8211F_PHYSR_LINKDUPLEX_MASK BIT(3) macro
239 duplex = (physr & PHY_RT_RTL8211F_PHYSR_LINKDUPLEX_MASK); in phy_rt_rtl8211f_get_link()