OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 21 16:10:11 GMT 2025