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 |
5185 control |= (PHY_BMCR_ANE | PHY_BMCR_RAN);
5371 eri_mii_write(erip, ERI_PHY_BMCR, control & ~PHY_BMCR_ANE);
5376 control |= (PHY_BMCR_ANE | PHY_BMCR_RAN);
5388 control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN);
5442 * control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN);

Completed in 215 milliseconds