Searched refs:MII_BMSR_AUTONEG_COMPLETE (Results 1 – 4 of 4) sorted by relevance
102 #define MII_BMSR_AUTONEG_COMPLETE (1 << 5) macro
237 } while (!(val & MII_BMSR_AUTONEG_COMPLETE)); in phy_gecko_auto_negotiate()
219 } while (!(bmsr_reg & MII_BMSR_AUTONEG_COMPLETE)); in update_link_state()
135 } while (!(bmsr & MII_BMSR_AUTONEG_COMPLETE)); in phy_mc_ksz8081_autonegotiate()