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

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h75 #define PHY_BMCR_100M (1 << 13) /* Speed selection, 1=100Mbps */ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h75 #define PHY_BMCR_100M (1 << 13) /* Speed selection, 1=100Mbps */ macro
H A Deri.c4832 control &= ~PHY_BMCR_100M;
4839 control |= PHY_BMCR_100M;
5028 control |= PHY_BMCR_100M;
5035 control &= ~PHY_BMCR_100M;
5360 control = PHY_BMCR_100M | PHY_BMCR_FDX;
5391 control |= PHY_BMCR_100M;
5408 control &= ~PHY_BMCR_100M;

Completed in 72 milliseconds