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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h78 #define PHY_BMCR_ISOLATE (1 << 10) /* Isolate PHY from MII */ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h78 #define PHY_BMCR_ISOLATE (1 << 10) /* Isolate PHY from MII */ macro
H A Deri.c4718 (PHY_BMCR_ISOLATE | PHY_BMCR_PWRDN |
4750 (PHY_BMCR_ISOLATE | PHY_BMCR_PWRDN |
5306 if ((control & PHY_BMCR_ISOLATE) || (control & PHY_BMCR_LPBK)) {
5307 control &= ~(PHY_BMCR_ISOLATE | PHY_BMCR_LPBK);
5309 (control & ~PHY_BMCR_ISOLATE));

Completed in 95 milliseconds