Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgb/common/
Dcxgb_vsc8211.c123 BMCR_ANENABLE | BMCR_ANRESTART); in vsc8211_autoneg_enable()
156 if (!(bmcr & BMCR_ANENABLE)) { in vsc8211_get_link_status()
229 if (!(bmcr & BMCR_ANENABLE)) { in vsc8211_get_link_status_fiber()
Dcxgb_aq100x.c263 BMCR_RESET, BMCR_ANENABLE | BMCR_ANRESTART); in aq100x_autoneg_enable()
340 BMCR_RESET | BMCR_ANENABLE | BMCR_ANRESTART, 0); in aq100x_set_speed_duplex()
370 if (v & BMCR_ANENABLE) { in aq100x_get_link_status()
Dcxgb_tn1010.c96 BMCR_ANENABLE | BMCR_ANRESTART); in tn1010_autoneg_enable()
Dcxgb_mv88e1xxx.c173 BMCR_ANENABLE | BMCR_ANRESTART); in mv88e1xxx_autoneg_enable()
Dcxgb_t3_hw.c501 ctl &= ~(BMCR_SPEED100 | BMCR_SPEED1000 | BMCR_ANENABLE); in t3_set_phy_speed_duplex()
508 ctl &= ~(BMCR_FULLDPLX | BMCR_ANENABLE); in t3_set_phy_speed_duplex()
513 ctl |= BMCR_ANENABLE; in t3_set_phy_speed_duplex()
/freebsd-10-stable/sys/dev/cxgb/
Dcxgb_osdep.h177 #define BMCR_ANENABLE BMCR_AUTOEN macro