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

/freebsd-12-stable/sys/dev/stge/
H A Dif_stgereg.h366 #define MC_DuplexSelect (1U << 5) macro
H A Dif_stge.c1382 sc->sc_MACCtrl |= MC_DuplexSelect;
1392 v &= ~(MC_DuplexSelect|MC_RxFlowControlEnable|MC_TxFlowControlEnable);
1395 if (((ac ^ sc->sc_MACCtrl) & MC_DuplexSelect) != 0) {

Completed in 56 milliseconds