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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndgige.c112 statelow = R_REG(osh, &sb->sbtmstatelow); /* DLL controls */
127 W_REG(osh, &sb->sbtmstatelow, statelow);
H A Dsbutils.c295 w = (R_SBREG(sii, &sb->sbtmstatelow) & ~(mask << SBTML_SICF_SHIFT)) |
297 W_SBREG(sii, &sb->sbtmstatelow, w);
315 w = (R_SBREG(sii, &sb->sbtmstatelow) & ~(mask << SBTML_SICF_SHIFT)) |
317 W_SBREG(sii, &sb->sbtmstatelow, w);
323 return (R_SBREG(sii, &sb->sbtmstatelow) >> SBTML_SICF_SHIFT);
360 return ((R_SBREG(sii, &sb->sbtmstatelow) &
929 OR_SBREG(sii, &sb->sbtmstatelow, SBTML_INT_ACK);
930 AND_SBREG(sii, &sb->sbtmstatelow, ~SBTML_INT_ACK);
999 if (R_SBREG(sii, &sb->sbtmstatelow) & SBTML_RESET)
1003 if ((R_SBREG(sii, &sb->sbtmstatelow)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsbconfig.h98 uint32 sbtmstatelow; /* target state */ member in struct:_sbconfig
154 /* sbtmstatelow */

Completed in 53 milliseconds