Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-davinci/
H A Dlxt972.c105 if (!(tmp & BMSR_ANEGCOMPLETE)) in lxt972_auto_negotiate()
/rk3399_rockchip-uboot/drivers/net/
H A Dftmac110.c153 if (!(bmcr & BMCR_ANENABLE) || (bmsr & BMSR_ANEGCOMPLETE)) in ftmac110_phyqry()
162 else if (!(bmsr & BMSR_ANEGCOMPLETE)) in ftmac110_phyqry()
166 if ((bmcr & BMCR_ANENABLE) && (bmsr & BMSR_ANEGCOMPLETE)) { in ftmac110_phyqry()
H A Ddnet.c229 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
234 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
H A Dftgmac100.c154 if (status & BMSR_ANEGCOMPLETE) in ftgmac100_phy_reset()
159 if (status & BMSR_ANEGCOMPLETE) { in ftgmac100_phy_reset()
H A Dmcfmii.c249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
H A Dat91_emac.c203 if (status & BMSR_ANEGCOMPLETE) in at91emac_phy_reset()
208 if (status & BMSR_ANEGCOMPLETE) { in at91emac_phy_reset()
H A Ddavinci_emac.c362 if (tmp & BMSR_ANEGCOMPLETE) in gen_auto_negotiate()
371 if (!(tmp & BMSR_ANEGCOMPLETE)) in gen_auto_negotiate()
H A Dmacb.c441 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
446 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
H A Dax88180.c363 if (bmsr_val & BMSR_ANEGCOMPLETE) { in ax88180_media_config()
/rk3399_rockchip-uboot/include/linux/
H A Dmii.h57 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h97 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c381 && !(status & BMSR_ANEGCOMPLETE)) { in genmii_update_link()
384 while (!(status & BMSR_ANEGCOMPLETE)) { in genmii_update_link()
465 while (--cnt && !(val & BMSR_ANEGCOMPLETE)); in bcm_init()
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dphy.c239 !(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()
244 while (!(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()