Searched refs:BMSR_ANEGCOMPLETE (Results 1 – 15 of 15) sorted by relevance
152 if (!(bmcr & BMCR_ANENABLE) || (bmsr & BMSR_ANEGCOMPLETE)) in ftmac110_phyqry()161 else if (!(bmsr & BMSR_ANEGCOMPLETE)) in ftmac110_phyqry()165 if ((bmcr & BMCR_ANENABLE) && (bmsr & BMSR_ANEGCOMPLETE)) { in ftmac110_phyqry()
229 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()234 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
153 if (status & BMSR_ANEGCOMPLETE) in ftgmac100_phy_reset()158 if (status & BMSR_ANEGCOMPLETE) { in ftgmac100_phy_reset()
202 if (status & BMSR_ANEGCOMPLETE) in at91emac_phy_reset()207 if (status & BMSR_ANEGCOMPLETE) { in at91emac_phy_reset()
248 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
361 if (tmp & BMSR_ANEGCOMPLETE) in gen_auto_negotiate()370 if (!(tmp & BMSR_ANEGCOMPLETE)) in gen_auto_negotiate()
456 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()461 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
363 if (bmsr_val & BMSR_ANEGCOMPLETE) { in ax88180_media_config()
104 if (!(tmp & BMSR_ANEGCOMPLETE)) in lxt972_auto_negotiate()
60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
380 && !(status & BMSR_ANEGCOMPLETE)) { in genmii_update_link()383 while (!(status & BMSR_ANEGCOMPLETE)) { in genmii_update_link()464 while (--cnt && !(val & BMSR_ANEGCOMPLETE)); in bcm_init()
54 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
97 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
240 !(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()245 while (!(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()