Home
last modified time | relevance | path

Searched refs:BMSR_ANEGCOMPLETE (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/drivers/net/
Dftmac110.c152 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()
Ddnet.c229 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
234 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
Dftgmac100.c153 if (status & BMSR_ANEGCOMPLETE) in ftgmac100_phy_reset()
158 if (status & BMSR_ANEGCOMPLETE) { in ftgmac100_phy_reset()
Dat91_emac.c202 if (status & BMSR_ANEGCOMPLETE) in at91emac_phy_reset()
207 if (status & BMSR_ANEGCOMPLETE) { in at91emac_phy_reset()
Dmcfmii.c248 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
Ddavinci_emac.c361 if (tmp & BMSR_ANEGCOMPLETE) in gen_auto_negotiate()
370 if (!(tmp & BMSR_ANEGCOMPLETE)) in gen_auto_negotiate()
Dmacb.c456 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
461 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
Dax88180.c363 if (bmsr_val & BMSR_ANEGCOMPLETE) { in ax88180_media_config()
/external/u-boot/arch/arm/mach-davinci/
Dlxt972.c104 if (!(tmp & BMSR_ANEGCOMPLETE)) in lxt972_auto_negotiate()
/external/kernel-headers/original/uapi/linux/
Dmii.h60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
Dmdio.h103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/external/u-boot/drivers/qe/
Duec_phy.c380 && !(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()
/external/u-boot/include/linux/
Dmii.h54 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
Dmdio.h97 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/external/u-boot/drivers/net/phy/
Dphy.c240 !(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()
245 while (!(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()