Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/eri/
H A Deri_phy.h80 #define PHY_BMCR_FDX (1 << 8) /* Full Duplex */ macro
H A Deri.c5026 PHY_BMCR_FDX); in eri_mif_check()
5360 control = PHY_BMCR_100M | PHY_BMCR_FDX; in eri_reset_xcvr()
5388 control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN); in eri_reset_xcvr()
5430 control |= PHY_BMCR_FDX; in eri_reset_xcvr()
/titanic_50/usr/src/uts/common/io/hme/
H A Dhme_phy.h80 #define PHY_BMCR_FDX (1 << 8) /* Full Duplex */ macro