Home
last modified time | relevance | path

Searched refs:BMSR_ESTATEN (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/phy/
H A Dswphy.c50 .bmsr = BMSR_ESTATEN,
58 .bmsr = BMSR_ESTATEN | BMSR_100HALF,
64 .bmsr = BMSR_ESTATEN | BMSR_100FULL,
H A Dmotorcomm.c1929 if (!(bmsr & BMSR_ESTATEN)) in ytphy_utp_config_advert()
2183 if (val & BMSR_ESTATEN) { in ytphy_utp_read_abilities()
H A Dphy_device.c2017 if (!(bmsr & BMSR_ESTATEN)) in genphy_config_advert()
2658 if (val & BMSR_ESTATEN) { in genphy_read_abilities()
/openbmc/linux/include/uapi/linux/
H A Dmii.h62 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/openbmc/u-boot/include/linux/
H A Dmii.h59 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c87 if (!(bmsr & BMSR_ESTATEN)) in genphy_config_advert()
353 if ((mii_reg & BMSR_ESTATEN) && !(mii_reg & BMSR_ERCAP)) in genphy_parse_link()
409 if (val & BMSR_ESTATEN) { in genphy_config()
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c552 if (bmsr & BMSR_ESTATEN) { in emac_mii_phy_probe()
/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c273 if (val & BMSR_ESTATEN) { in bcm6368_eth_adjust_link()
/openbmc/linux/drivers/net/
H A Dmii.c427 if (reg & BMSR_ESTATEN) { in mii_check_gmii_support()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dspider_net.c184 if ((bmsr & BMSR_ESTATEN) && (estat & ESTATUS_1000_TFULL)) in spider_net_setup_aneg()
186 if ((bmsr & BMSR_ESTATEN) && (estat & ESTATUS_1000_THALF)) in spider_net_setup_aneg()
/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz9477.c269 *data &= ~(BMSR_ESTATEN | BMSR_ERCAP); in ksz9477_r_phy_quirks()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c1139 if (likely(bmsr & BMSR_ESTATEN)) { in link_status_mii()
1692 if (bmsr & BMSR_ESTATEN) { in xcvr_init_1g_rgmii()
1704 if (bmsr & BMSR_ESTATEN) { in xcvr_init_1g_rgmii()
1748 if (bmsr & BMSR_ESTATEN) { in mii_init_common()
1798 if (likely(bmsr & BMSR_ESTATEN)) { in mii_init_common()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c2062 if (val & BMSR_ESTATEN) { in swphy_poll_timer()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5066 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()