Searched refs:BMSR_ANEGCOMPLETE (Results 1 – 23 of 23) sorted by relevance
54 if (phy_state & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) { in upd60620_read_status()
141 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
344 if (aneg_done != BMSR_ANEGCOMPLETE) in at803x_aneg_done()
1493 return (retval < 0) ? retval : (retval & BMSR_ANEGCOMPLETE); in genphy_aneg_done()
1356 val &= ~BMSR_ANEGCOMPLETE; in phylink_mii_emul_read()
60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
162 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status()238 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status_fiber()
96 if (bmsr & BMSR_ANEGCOMPLETE) { in mii_ethtool_gset()182 if (bmsr & BMSR_ANEGCOMPLETE) { in mii_ethtool_get_link_ksettings()
385 if (phy->autoneg && !(status & BMSR_ANEGCOMPLETE)) in genmii_poll_link()
214 if (phy->autoneg == AUTONEG_ENABLE && !(status & BMSR_ANEGCOMPLETE)) in genmii_poll_link()
1516 if (!(bmsr & BMSR_ANEGCOMPLETE)) { in mii_get_media()1689 if (!(bmsr & BMSR_ANEGCOMPLETE)) { in mii_get_media_pcs()
1044 if (!(mii_status_reg & BMSR_ANEGCOMPLETE)) { in e1000e_config_fc_after_link_up()
1703 if (phy_status & BMSR_ANEGCOMPLETE) in e1000_wait_autoneg()
227 if (!(bmsr & BMSR_ANEGCOMPLETE)) in update_linkspeed()
281 if ((val & BMSR_ANEGCOMPLETE) == 0) in mii_speed()
935 if (!(val & BMSR_ANEGCOMPLETE) && tp->link_status != LNK_AUTONEG) { in sis190_phy_task()
1682 if (bmsr & BMSR_ANEGCOMPLETE) { in check_link()
727 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
689 writel((enable) ? ~(BMSR_LSTATUS | BMSR_ANEGCOMPLETE) : 0xFFFF, in cas_mif_poll()
4448 rc = BMSR_ERCAP | BMSR_ANEGCOMPLETE | BMSR_LSTATUS | in qeth_mdio_read()
3373 if (!(mii_status & BMSR_ANEGCOMPLETE)) { in nv_update_linkspeed()
984 if (!(bmsr & BMSR_ANEGCOMPLETE) || in bnx2_report_fw_link()