Home
last modified time | relevance | path

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

/titanic_41/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; in eri_check_link_noind()
4839 control |= PHY_BMCR_100M; in eri_check_link_noind()
5028 control |= PHY_BMCR_100M; in eri_mif_check()
5035 control &= ~PHY_BMCR_100M; in eri_mif_check()
5360 control = PHY_BMCR_100M | PHY_BMCR_FDX; in eri_reset_xcvr()
5391 control |= PHY_BMCR_100M; in eri_reset_xcvr()
5408 control &= ~PHY_BMCR_100M; in eri_reset_xcvr()
/titanic_41/usr/src/uts/common/io/hme/
H A Dhme_phy.h75 #define PHY_BMCR_100M (1 << 13) /* Speed selection, 1=100Mbps */ macro