Searched refs:PHY_BMCR_AUTONEGENBL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/my/
H A Dif_my.c374 phy_sts |= PHY_BMCR_AUTONEGENBL | PHY_BMCR_AUTONEGRSTR;
537 media &= ~PHY_BMCR_AUTONEGENBL;
670 bmcr &= ~PHY_BMCR_AUTONEGENBL;
675 bmcr &= ~(PHY_BMCR_AUTONEGENBL | PHY_BMCR_SPEEDSEL | PHY_BMCR_1000 |
1607 if (!(my_phy_readreg(sc, PHY_BMCR) & PHY_BMCR_AUTONEGENBL)) {
H A Dif_myreg.h527 #define PHY_BMCR_AUTONEGENBL 0x1000 macro
/freebsd-10.2-release/sys/dev/xe/
H A Dif_xereg.h644 #define PHY_BMCR_AUTONEGENBL 0x1000 /* Auto-negotiation enabled */ macro
H A Dif_xe.c1052 bmcr &= ~(PHY_BMCR_AUTONEGENBL);
1059 bmcr |= PHY_BMCR_AUTONEGENBL |

Completed in 31 milliseconds