Searched refs:BMSR_ANEGCOMPLETE (Results 1 – 17 of 17) sorted by relevance
60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
162 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status()238 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status_fiber()
136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
1413 phydev->autoneg_complete = ret & BMSR_ANEGCOMPLETE ? 1 : 0; in yt8521_read_status_paged()
131 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_get_state()
46 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in mv88e6xxx_pcs_decode_state()
215 if (phy->autoneg == AUTONEG_ENABLE && !(status & BMSR_ANEGCOMPLETE)) in genmii_poll_link()
1526 if (!(bmsr & BMSR_ANEGCOMPLETE)) { in mii_get_media() 1699 if (!(bmsr & BMSR_ANEGCOMPLETE)) { in mii_get_media_pcs()
1055 if (!(mii_status_reg & BMSR_ANEGCOMPLETE)) { in e1000e_config_fc_after_link_up()
1752 if (phy_status & BMSR_ANEGCOMPLETE) in e1000_wait_autoneg()
256 if ((val & BMSR_ANEGCOMPLETE) == 0) in mii_speed()
938 if (!(val & BMSR_ANEGCOMPLETE) && tp->link_status != LNK_AUTONEG) { in sis190_phy_task()
985 data |= BMSR_ANEGCOMPLETE; in ksz8_r_phy()
760 if (hp->sw_bmsr & BMSR_ANEGCOMPLETE) { in happy_meal_timer()
664 writel((enable) ? ~(BMSR_LSTATUS | BMSR_ANEGCOMPLETE) : 0xFFFF, in cas_mif_poll()
1679 if (bmsr & BMSR_ANEGCOMPLETE) { in check_link()
3425 if (!(mii_status & BMSR_ANEGCOMPLETE)) { in nv_update_linkspeed()