Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c22 #define PHY_CTL_FARLOOPBACK_MASK 0x200U macro
305 … result = PHY_LAN8720A_WRITE(handle, PHY_CONTROL_REG, regValue | PHY_CTL_FARLOOPBACK_MASK); in PHY_LAN8720A_EnableLoopback()
326 … result = PHY_LAN8720A_WRITE(handle, PHY_CONTROL_REG, regValue & ~PHY_CTL_FARLOOPBACK_MASK); in PHY_LAN8720A_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c23 #define PHY_CTL_FARLOOPBACK_MASK 0x200U macro
319 … result = PHY_LAN8741_WRITE(handle, PHY_CONTROL_REG, regValue | PHY_CTL_FARLOOPBACK_MASK); in PHY_LAN8741_EnableLoopback()
340 … result = PHY_LAN8741_WRITE(handle, PHY_CONTROL_REG, regValue & ~PHY_CTL_FARLOOPBACK_MASK); in PHY_LAN8741_EnableLoopback()