Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmii.h58 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h128 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/openbmc/linux/drivers/net/phy/
H A Dswphy.c118 u16 bmsr = BMSR_ANEGCAPABLE; in swphy_read_reg()
H A Dmotorcomm.c2172 val & BMSR_ANEGCAPABLE); in ytphy_utp_read_abilities()
H A Dphy_device.c2647 val & BMSR_ANEGCAPABLE); in genphy_read_abilities()
/openbmc/u-boot/include/linux/
H A Dmii.h55 #define BMSR_ANEGCAPABLE 0x0008 /* Able to do auto-negotiation */ macro
H A Dmdio.h100 #define MDIO_AN_STAT1_ABLE BMSR_ANEGCAPABLE
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c542 if (bmsr & BMSR_ANEGCAPABLE) in emac_mii_phy_probe()
/openbmc/u-boot/drivers/qe/
H A Duec_phy.c379 if ((status & BMSR_LSTATUS) && (status & BMSR_ANEGCAPABLE) in genmii_update_link()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c397 if (val & BMSR_ANEGCAPABLE) in genphy_config()
/openbmc/linux/drivers/net/usb/
H A Dpegasus.c31 BMSR_100FULL | BMSR_ANEGCAPABLE)
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz8795.c698 BMSR_ANEGCAPABLE; in ksz8_r_phy()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c1078 if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { in smc_phy_configure()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c1004 BMSR_ANEGCAPABLE | in mdio_ctrl_phy_mii_emulated()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5066 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c1158 if (bmsr & BMSR_ANEGCAPABLE) in link_status_mii()