Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c147 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status()
152 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status()
223 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status_fiber()
228 *link_ok = (status & BMSR_LSTATUS) != 0; in vsc8211_get_link_status_fiber()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftgmac100.c203 if (!(status & BMSR_LSTATUS)) { in ftgmac100_phy_init()
210 if (status & BMSR_LSTATUS) in ftgmac100_phy_init()
216 if (!(status & BMSR_LSTATUS)) { in ftgmac100_phy_init()
268 if (!(stat_fe & BMSR_LSTATUS)) /* link status up? */ in ftgmac100_update_link_speed()
H A Dat91_emac.c239 if (!(status & BMSR_LSTATUS)) { in at91emac_phy_init()
247 if (status & BMSR_LSTATUS) in at91emac_phy_init()
252 if (!(status & BMSR_LSTATUS)) { in at91emac_phy_init()
278 if (!(stat1 & BMSR_LSTATUS)) /* link status up? */ in at91emac_UpdateLinkSpeed()
H A 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()
H A Dmcfmii.c249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
251 linkgood = BMSR_LSTATUS; in __mii_init()
H A Dax88180.c341 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config()
350 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config()
H A Dpic32_eth.c203 if (stat & BMSR_LSTATUS) in pic32_mac_init()
207 if (!(stat & BMSR_LSTATUS)) in pic32_mac_init()
H A Dmacb.c518 if (!(status & BMSR_LSTATUS)) { in macb_phy_init()
524 if (status & BMSR_LSTATUS) in macb_phy_init()
530 if (!(status & BMSR_LSTATUS)) { in macb_phy_init()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A DuPD60620.c49 if (phy_state & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) { in upd60620_read_status()
H A Dswphy.c136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
H A Dlxt.c137 if ((status & BMSR_LSTATUS) == 0) in lxt973a2_update_link()
H A Dbcm84881.c154 !!(bmsr & BMSR_LSTATUS); in bcm84881_read_status()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmii.h57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dmdio.h98 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmii.h57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dmdio.h98 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmii.h57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dmdio.h106 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h54 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
H A Dmdio.h92 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dsr9700.c197 res = le16_to_cpu(res) | BMSR_LSTATUS; in sr_mdio_read()
199 res = le16_to_cpu(res) & ~BMSR_LSTATUS; in sr_mdio_read()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/dec/tulip/
H A Dmedia.c409 if ((bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex()
411 if ((new_bmsr & BMSR_LSTATUS) == 0) { in tulip_check_duplex()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/
H A Datlx.c91 if (!(phy_data & BMSR_LSTATUS)) { in atlx_check_for_link()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c235 if (phydev->link && mii_reg & BMSR_LSTATUS) in genphy_update_link()
272 if (mii_reg & BMSR_LSTATUS) in genphy_update_link()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c380 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()
399 if (status & BMSR_LSTATUS) in genmii_update_link()

123