Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c159 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex()
166 ctl &= ~(BMCR_FULLDPLX | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex()
171 ctl |= BMCR_ANENABLE; in mv88e1xxx_set_speed_duplex()
195 ctl |= BMCR_ANENABLE | BMCR_ANRESTART; in mv88e1xxx_autoneg_enable()
215 ctl &= ~BMCR_ANENABLE; in mv88e1xxx_autoneg_disable()
H A Dch_compat.h61 #define BMCR_ANENABLE 0x1000 /* Enable auto negotiation */ macro
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dmii.h41 #define BMCR_ANENABLE 0x1000 /* Enable auto negotiation */ macro
H A Dtg3.c649 tg3_writephy(tp, MII_BMCR, BMCR_ANENABLE | BMCR_ANRESTART); in tg3_phy_copper_begin()
773 if (bmcr & BMCR_ANENABLE) { in tg3_setup_copper_phy()
2504 (BMCR_ANRESTART | BMCR_ANENABLE)); in tg3_phy_probe()
H A Dtg3.h106 #define BMCR_ANENABLE 0x1000 /* Enable auto negotiation */ macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h74 #define BMCR_ANENABLE 0x1000 macro