Home
last modified time | relevance | path

Searched refs:MII_CONTROL_PWRDN (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dmiiregs.h57 #define MII_CONTROL_PWRDN (1<<11) macro
/titanic_50/usr/src/uts/common/io/nge/
H A Dnge_xmii.c212 control &= ~(MII_CONTROL_PWRDN | MII_CONTROL_ISOLATE); in nge_phy_recover()
217 if (BIC(control, MII_CONTROL_PWRDN)) in nge_phy_recover()
/titanic_50/usr/src/uts/common/io/mii/
H A Dmii.c1087 MII_CONTROL_PWRDN | MII_CONTROL_ISOLATE); in phy_reset()
1266 PHY_SET(ph, MII_CONTROL, MII_CONTROL_PWRDN); in phy_start()
/titanic_50/usr/src/uts/common/io/bge/
H A Dbge_mii.c277 bge_mii_put16(bgep, MII_CONTROL, MII_CONTROL_PWRDN); in bge_phy_powerdown()
/titanic_50/usr/src/uts/common/io/bfe/
H A Dbfe.c418 bfe_write_phy(bfe, MII_CONTROL, MII_CONTROL_PWRDN | in bfe_stop_phy()
/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.c976 MII_CONTROL_PWRDN | MII_CONTROL_ISOLATE); in mxfe_stopphy()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe_util.c2799 ~(MII_CONTROL_ISOLATE | MII_CONTROL_PWRDN | MII_CONTROL_RESET); in gem_mii_link_check()