Home
last modified time | relevance | path

Searched refs:BMSR_LSTATUS (Results 1 – 20 of 20) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/net/
Ddnet.c270 if (!(status & BMSR_LSTATUS)) { in dnet_phy_init()
276 if (status & BMSR_LSTATUS) in dnet_phy_init()
282 if (!(status & BMSR_LSTATUS)) { in dnet_phy_init()
Dat91_emac.c238 if (!(status & BMSR_LSTATUS)) { in at91emac_phy_init()
246 if (status & BMSR_LSTATUS) in at91emac_phy_init()
251 if (!(status & BMSR_LSTATUS)) { in at91emac_phy_init()
277 if (!(stat1 & BMSR_LSTATUS)) /* link status up? */ in at91emac_UpdateLinkSpeed()
Dmcfmii.c249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
251 linkgood = BMSR_LSTATUS; in __mii_init()
Dax88180.c341 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config()
350 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config()
Dpic32_eth.c205 if (stat & BMSR_LSTATUS) in pic32_mac_init()
209 if (!(stat & BMSR_LSTATUS)) in pic32_mac_init()
Dsmc911x.c101 } while (!(status & BMSR_LSTATUS)); in smc911x_phy_configure()
Dmacb.c618 if (!(status & BMSR_LSTATUS)) { in macb_phy_init()
624 if (status & BMSR_LSTATUS) { in macb_phy_init()
636 if (!(status & BMSR_LSTATUS)) { in macb_phy_init()
Dftmac110.c149 chip->lnkup = (bmsr & BMSR_LSTATUS) ? 1 : 0; in ftmac110_phyqry()
Dbcm6368-eth.c240 up = (val & BMSR_LSTATUS) ? 1 : 0; in bcm6368_eth_adjust_link()
Dfec_mxc.c295 } while (!(status & BMSR_LSTATUS)); in miiphy_wait_aneg()
/third_party/uboot/u-boot-2020.01/include/linux/
Dmii.h54 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
Dmdio.h97 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/third_party/uboot/u-boot-2020.01/drivers/usb/eth/
Dlan75xx.c50 dev->phy_id, MII_BMSR, BMSR_LSTATUS, in lan75xx_phy_gig_workaround()
Dmcs7830.c495 have_link = mcs7830_read_phy(udev, MII_BMSR) & BMSR_LSTATUS; in mcs7830_init_common()
Dasix.c439 BMSR_LSTATUS; in asix_init_common()
Dasix88179.c375 link_detected = *tmp16 & BMSR_LSTATUS; in asix_wait_link()
Dsmsc95xx.c657 & BMSR_LSTATUS; in smsc95xx_init_common()
/third_party/uboot/u-boot-2020.01/drivers/qe/
Duec_phy.c379 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()
398 if (status & BMSR_LSTATUS) in genmii_update_link()
/third_party/uboot/u-boot-2020.01/drivers/net/phy/
Dphy.c234 if (phydev->link && mii_reg & BMSR_LSTATUS) in genphy_update_link()
271 if (mii_reg & BMSR_LSTATUS) in genphy_update_link()
/third_party/uboot/u-boot-2020.01/common/
Dmiiphyutil.c553 if ((reg & BMSR_LSTATUS) != 0) { in miiphy_link()