HomeSort by: relevance | last modified time | path
    Searched refs:PHY_CTRL_GBE_DIS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wmreg.h 1016 #define PHY_CTRL_GBE_DIS (1 << 6)
if_wm.c 5062 if ((mac_reg & PHY_CTRL_GBE_DIS) != 0)
5067 if ((mac_reg & (PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS))
12700 && ((CSR_READ(sc, WMREG_PHY_CTRL) & PHY_CTRL_GBE_DIS) == 0)) {
16594 reg |= PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS;
16644 phy_ctrl |= PHY_CTRL_GBE_DIS;
16973 reg &= ~(PHY_CTRL_GBE_DIS | PHY_CTRL_D0A_LPLU);
17178 reg |= PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS;

Completed in 23 milliseconds