Home
last modified time | relevance | path

Searched refs:BMCR_RESET (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dmii.h44 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
H A Dtg3.c277 phy_control = BMCR_RESET; in tg3_bmcr_reset()
288 if ((phy_control & BMCR_RESET) == 0) { in tg3_bmcr_reset()
1221 tg3_writephy(tp, MII_BMCR, BMCR_RESET); in tg3_setup_fiber_phy()
H A Dtg3.h109 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h64 #define BMCR_RESET 0x8000 /* Reset the DP83840 */ macro
H A Dmv88e1xxx.c79 mdio_set_bit(cphy, MII_BMCR, BMCR_RESET); in mv88e1xxx_reset()
83 ctl &= BMCR_RESET; in mv88e1xxx_reset()
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h77 #define BMCR_RESET 0x8000 macro