Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/phy/
Dphy_microchip_vsc8541.c378 uint32_t auto_negotiation_finished; in phy_mc_vsc8541_get_link() local
382 auto_negotiation_finished = reg_sr & (1 << 5) ? 1 : 0; in phy_mc_vsc8541_get_link()
384 auto_negotiation_finished = 1; in phy_mc_vsc8541_get_link()
387 if (hasLink & auto_negotiation_finished) { in phy_mc_vsc8541_get_link()