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

/freebsd-10-stable/sys/mips/adm5120/
H A Dif_admsw.c1280 val = PHY_CNTL2_AUTONEG|PHY_CNTL2_100M|PHY_CNTL2_FDX;
1283 val = PHY_CNTL2_100M|PHY_CNTL2_FDX;
1285 val = PHY_CNTL2_100M;
1295 new = old & ~((PHY_CNTL2_AUTONEG|PHY_CNTL2_100M|PHY_CNTL2_FDX) << port);
H A Dif_admswreg.h166 #define PHY_CNTL2_100M (1 << PHY_CNTL2_SC_SHIFT) macro

Completed in 198 milliseconds