Searched refs:BMSR_LSTATUS (Results 1 - 16 of 16) sorted by relevance

/u-boot/drivers/net/
H A Dmcfmii.c240 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS);
242 linkgood = BMSR_LSTATUS;
H A Dpic32_eth.c209 if (stat & BMSR_LSTATUS)
213 if (!(stat & BMSR_LSTATUS))
H A Dmacb.c703 if (!(status & BMSR_LSTATUS)) {
709 if (status & BMSR_LSTATUS) {
721 if (!(status & BMSR_LSTATUS)) {
H A Dsmc911x.c263 } while (!(status & BMSR_LSTATUS));
H A Dbcm6368-eth.c245 up = (val & BMSR_LSTATUS) ? 1 : 0;
H A Dxilinx_axi_emac.c367 if ((mii_reg & BMSR_LSTATUS) && mii_reg != 0xffff && !rc) {
H A Dfec_mxc.c294 } while (!(status & BMSR_LSTATUS));
/u-boot/include/linux/
H A Dmii.h56 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dmdio.h102 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/u-boot/drivers/usb/eth/
H A Dlan75xx.c51 ret = lan7x_mdio_wait_for_bit(udev, "BMSR_LSTATUS",
52 dev->phy_id, MII_BMSR, BMSR_LSTATUS,
H A Dmcs7830.c497 have_link = mcs7830_read_phy(udev, MII_BMSR) & BMSR_LSTATUS;
H A Dasix.c435 BMSR_LSTATUS;
H A Dasix88179.c371 link_detected = *tmp16 & BMSR_LSTATUS;
H A Dsmsc95xx.c648 & BMSR_LSTATUS;
/u-boot/common/
H A Dmiiphyutil.c555 if ((reg & BMSR_LSTATUS) != 0) {
/u-boot/drivers/net/phy/
H A Dphy.c241 if (phydev->link && mii_reg & BMSR_LSTATUS)
278 if (mii_reg & BMSR_LSTATUS)

Completed in 200 milliseconds