| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | bcm84881.c | 126 !!(bmsr & BMSR_ANEGCOMPLETE); in bcm84881_aneg_done() 152 !!(bmsr & BMSR_ANEGCOMPLETE); in bcm84881_read_status()
|
| 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()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | ftmac110.c | 153 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 D | dnet.c | 229 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset() 234 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
|
| H A D | ftgmac100.c | 154 if (status & BMSR_ANEGCOMPLETE) in ftgmac100_phy_reset() 159 if (status & BMSR_ANEGCOMPLETE) { in ftgmac100_phy_reset()
|
| H A D | at91_emac.c | 203 if (status & BMSR_ANEGCOMPLETE) in at91emac_phy_reset() 208 if (status & BMSR_ANEGCOMPLETE) { in at91emac_phy_reset()
|
| H A D | mcfmii.c | 249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
|
| H A D | davinci_emac.c | 362 if (tmp & BMSR_ANEGCOMPLETE) in gen_auto_negotiate() 371 if (!(tmp & BMSR_ANEGCOMPLETE)) in gen_auto_negotiate()
|
| H A D | macb.c | 441 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset() 446 if (status & BMSR_ANEGCOMPLETE) in macb_phy_reset()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/ |
| H A D | lxt972.c | 105 if (!(tmp & BMSR_ANEGCOMPLETE)) in lxt972_auto_negotiate()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | vsc8211.c | 162 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status() 238 } else if (status & BMSR_ANEGCOMPLETE) { in vsc8211_get_link_status_fiber()
|
| /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 | 60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
|
| H A D | mdio.h | 103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
|
| /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 | 60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
|
| H A D | mdio.h | 103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | uec_phy.c | 381 && !(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()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mii.h | 60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
|
| H A D | mdio.h | 111 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | mii.h | 57 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
|
| H A D | mdio.h | 97 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_serdes.c | 130 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_link_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | mii.c | 96 if (bmsr & BMSR_ANEGCOMPLETE) { in mii_ethtool_gset() 182 if (bmsr & BMSR_ANEGCOMPLETE) { in mii_ethtool_get_link_ksettings()
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.c | 239 !(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link() 244 while (!(mii_reg & BMSR_ANEGCOMPLETE)) { in genphy_update_link()
|
| /OK3568_Linux_fs/kernel/drivers/net/pcs/ |
| H A D | pcs-lynx.c | 71 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex()
|