| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | vsc8211.c | 147 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 D | ftgmac100.c | 203 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 D | at91_emac.c | 239 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 D | dnet.c | 270 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 D | mcfmii.c | 249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init() 251 linkgood = BMSR_LSTATUS; in __mii_init()
|
| H A D | ax88180.c | 341 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config() 350 if (bmsr_val & BMSR_LSTATUS) { in ax88180_media_config()
|
| H A D | pic32_eth.c | 203 if (stat & BMSR_LSTATUS) in pic32_mac_init() 207 if (!(stat & BMSR_LSTATUS)) in pic32_mac_init()
|
| H A D | macb.c | 518 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 D | uPD60620.c | 49 if (phy_state & (BMSR_ANEGCOMPLETE | BMSR_LSTATUS)) { in upd60620_read_status()
|
| H A D | swphy.c | 136 bmsr |= BMSR_LSTATUS | BMSR_ANEGCOMPLETE; in swphy_read_reg()
|
| H A D | lxt.c | 137 if ((status & BMSR_LSTATUS) == 0) in lxt973a2_update_link()
|
| H A D | bcm84881.c | 154 !!(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 D | mii.h | 57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
|
| H A D | mdio.h | 98 #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 D | mii.h | 57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
|
| H A D | mdio.h | 98 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mii.h | 57 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
|
| H A D | mdio.h | 106 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mii.h | 54 #define BMSR_LSTATUS 0x0004 /* Link status */ macro
|
| H A D | mdio.h | 92 #define MDIO_STAT1_LSTATUS BMSR_LSTATUS
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | sr9700.c | 197 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 D | media.c | 409 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 D | atlx.c | 91 if (!(phy_data & BMSR_LSTATUS)) { in atlx_check_for_link()
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.c | 235 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 D | uec_phy.c | 380 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link() 399 if (status & BMSR_LSTATUS) in genmii_update_link()
|