Home
last modified time | relevance | path

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

/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.c2005 if (!(bmsr & BMSR_ESTATEN)) in ytphy_utp_config_advert()
2259 if (val & BMSR_ESTATEN) { in ytphy_utp_read_abilities()
/linux/include/uapi/linux/
H A Dmii.h62 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/linux/drivers/net/ethernet/ibm/emac/
H A Dphy.c552 if (bmsr & BMSR_ESTATEN) { in emac_mii_phy_probe()
/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()
/linux/drivers/net/dsa/microchip/
H A Dksz9477.c336 *data &= ~(BMSR_ESTATEN | BMSR_ERCAP); in ksz9477_r_phy_quirks()
/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()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5071 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()