Searched refs:PHY_CTL_FARLOOPBACK_MASK (Results 1 – 2 of 2) sorted by relevance
22 #define PHY_CTL_FARLOOPBACK_MASK 0x200U macro305 … 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()
23 #define PHY_CTL_FARLOOPBACK_MASK 0x200U macro319 … 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()