Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Dphy_cyclonev.c51 #define PHY_AUTOCAP BIT(3) /* Auto-negotiation capability */ macro
245 if (((rdval & PHY_AUTOCAP) == 0) || (rc == -1)) { in alt_eth_phy_config()