Home
last modified time | relevance | path

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

/linux-6.15/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()
H A Dphy_device.c1910 if (!(bmsr & BMSR_ESTATEN)) in genphy_config_advert()
2554 if (val & BMSR_ESTATEN) { in genphy_read_abilities()
/linux-6.15/include/uapi/linux/
H A Dmii.h62 #define BMSR_ESTATEN 0x0100 /* Extended Status in R15 */ macro
/linux-6.15/drivers/net/ethernet/ibm/emac/
H A Dphy.c552 if (bmsr & BMSR_ESTATEN) { in emac_mii_phy_probe()
/linux-6.15/drivers/net/
H A Dmii.c430 if (reg & BMSR_ESTATEN) { in mii_check_gmii_support()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz9477.c336 *data &= ~(BMSR_ESTATEN | BMSR_ERCAP); in ksz9477_r_phy_quirks()
/linux-6.15/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-6.15/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c2061 if (val & BMSR_ESTATEN) { in swphy_poll_timer()
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5071 BMSR_10HALF | BMSR_ESTATEN | BMSR_ANEGCAPABLE | in e1000_phy_read_status()