Home
last modified time | relevance | path

Searched refs:PHY_BMCR_ANE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h76 #define PHY_BMCR_ANE (1 << 12) /* Auto Negotiation Enable */ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h76 #define PHY_BMCR_ANE (1 << 12) /* Auto Negotiation Enable */ macro
H A Deri.c5025 control &= ~(PHY_BMCR_ANE | PHY_BMCR_RAN | in eri_mif_check()
5185 control |= (PHY_BMCR_ANE | PHY_BMCR_RAN); in eri_mif_check()
5371 eri_mii_write(erip, ERI_PHY_BMCR, control & ~PHY_BMCR_ANE); in eri_reset_xcvr()
5376 control |= (PHY_BMCR_ANE | PHY_BMCR_RAN); in eri_reset_xcvr()
5388 control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN); in eri_reset_xcvr()