Searched refs:PHY_BMCR_RAN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h79 #define PHY_BMCR_RAN (1 << 9) /* Restart Auto Negotiation */ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h79 #define PHY_BMCR_RAN (1 << 9) /* Restart Auto Negotiation */ macro
H A Deri.c5025 control &= ~(PHY_BMCR_ANE | PHY_BMCR_RAN |
5185 control |= (PHY_BMCR_ANE | PHY_BMCR_RAN);
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 68 milliseconds