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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndgige.c43 uint32 statelow; local
112 statelow = R_REG(osh, &sb->sbtmstatelow); /* DLL controls */
116 statelow &= ~(1 << 20); /* no Rx bypass (delay) */
117 statelow &= ~(1 << 19); /* no Tx bypass (delay) */
122 statelow |= (1 << 20); /* Rx bypass (no delay) */
123 statelow |= (1 << 19); /* Tx bypass (no delay) */
126 statelow |= (1 << 24); /* enable DLL controls */
127 W_REG(osh, &sb->sbtmstatelow, statelow);

Completed in 55 milliseconds