Home
last modified time | relevance | path

Searched refs:BMSR_ANEGCOMPLETE (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dbcm84881.c126 !!(bmsr & BMSR_ANEGCOMPLETE); in bcm84881_aneg_done()
152 !!(bmsr & BMSR_ANEGCOMPLETE); in bcm84881_read_status()
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()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac110.c153 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 Ddnet.c229 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
234 if (status & BMSR_ANEGCOMPLETE) in dnet_phy_reset()
H A Dftgmac100.c154 if (status & BMSR_ANEGCOMPLETE) in ftgmac100_phy_reset()
159 if (status & BMSR_ANEGCOMPLETE) { in ftgmac100_phy_reset()
H A Dat91_emac.c203 if (status & BMSR_ANEGCOMPLETE) in at91emac_phy_reset()
208 if (status & BMSR_ANEGCOMPLETE) { in at91emac_phy_reset()
H A Dmcfmii.c249 linkgood = (BMSR_ANEGCOMPLETE | BMSR_LSTATUS); in __mii_init()
H A Ddavinci_emac.c362 if (tmp & BMSR_ANEGCOMPLETE) in gen_auto_negotiate()
371 if (!(tmp & BMSR_ANEGCOMPLETE)) in gen_auto_negotiate()
H A Dmacb.c441 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 Dlxt972.c105 if (!(tmp & BMSR_ANEGCOMPLETE)) in lxt972_auto_negotiate()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c162 } 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 Dmii.h60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h103 #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 Dmii.h60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h103 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c381 && !(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 Dmii.h60 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h111 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h57 #define BMSR_ANEGCOMPLETE 0x0020 /* Auto-negotiation complete */ macro
H A Dmdio.h97 #define MDIO_AN_STAT1_COMPLETE BMSR_ANEGCOMPLETE
/OK3568_Linux_fs/kernel/drivers/net/dsa/b53/
H A Db53_serdes.c130 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in b53_serdes_link_state()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmii.c96 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 Dphy.c239 !(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 Dpcs-lynx.c71 state->an_complete = !!(bmsr & BMSR_ANEGCOMPLETE); in lynx_pcs_get_state_2500basex()

12