Searched refs:PHY_CTRL_GBE_DIS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_wmreg.h1016 #define PHY_CTRL_GBE_DIS (1 << 6) macro
H A Dif_wm.c5062 if ((mac_reg & PHY_CTRL_GBE_DIS) != 0)
5067 if ((mac_reg & (PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS))
12699 && ((CSR_READ(sc, WMREG_PHY_CTRL) & PHY_CTRL_GBE_DIS) == 0)) {
16593 reg |= PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS;
16643 phy_ctrl |= PHY_CTRL_GBE_DIS;
16972 reg &= ~(PHY_CTRL_GBE_DIS | PHY_CTRL_D0A_LPLU);
17177 reg |= PHY_CTRL_GBE_DIS | PHY_CTRL_NOND0A_GBE_DIS;

Completed in 205 milliseconds