Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h74 #define PHY_BMCR_LPBK (1 << 14) /* Loopback of TXD<3:0> */ macro
H A Deri.c4719 PHY_BMCR_LPBK)); in eri_new_xcvr()
4751 PHY_BMCR_LPBK)); in eri_new_xcvr()
5306 if ((control & PHY_BMCR_ISOLATE) || (control & PHY_BMCR_LPBK)) { in eri_reset_xcvr()
5307 control &= ~(PHY_BMCR_ISOLATE | PHY_BMCR_LPBK); in eri_reset_xcvr()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h74 #define PHY_BMCR_LPBK (1 << 14) /* Loopback of TXD<3:0> */ macro