Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dmii.h102 #define MII_BMSR_AUTONEG_COMPLETE (1 << 5) macro
/Zephyr-latest/drivers/ethernet/
Dphy_gecko.c237 } while (!(val & MII_BMSR_AUTONEG_COMPLETE)); in phy_gecko_auto_negotiate()
/Zephyr-latest/drivers/ethernet/phy/
Dphy_mii.c219 } while (!(bmsr_reg & MII_BMSR_AUTONEG_COMPLETE)); in update_link_state()
Dphy_microchip_ksz8081.c135 } while (!(bmsr & MII_BMSR_AUTONEG_COMPLETE)); in phy_mc_ksz8081_autonegotiate()