Home
last modified time | relevance | path

Searched refs:BMSR_ANEGCAPABLE (Results 1 – 20 of 20) sorted by relevance

/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.h58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h101 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/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.h58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h101 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmii.h58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h109 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dswphy.c118 u16 bmsr = BMSR_ANEGCAPABLE; in swphy_read_reg()
H A Dphy_device.c2535 val & BMSR_ANEGCAPABLE); in genphy_read_abilities()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_mdio.c130 #define PHY_DETECT_MASK (BMSR_10FULL | BMSR_10HALF | BMSR_ANEGCAPABLE)
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h55 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h95 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A Dphy.c542 if (bmsr & BMSR_ANEGCAPABLE) in emac_mii_phy_probe()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.c396 if (val & BMSR_ANEGCAPABLE) in genphy_config()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c380 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dpegasus.c56 BMSR_100FULL | BMSR_ANEGCAPABLE)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc911x.c915 if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { in smc911x_phy_configure()
H A Dsmc91x.c1077 if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { in smc_phy_configure()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/
H A De100.c1004 BMSR_ANEGCAPABLE | in mdio_ctrl_phy_mii_emulated()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5074 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dniu.c1139 if (bmsr & BMSR_ANEGCAPABLE) in link_status_mii()