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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dhndgige.c111 statelow = R_REG(osh, &sb->sbtmstatelow); /* DLL controls */
126 W_REG(osh, &sb->sbtmstatelow, statelow);
H A Dsbutils.c290 w = (R_SBREG(sii, &sb->sbtmstatelow) & ~(mask << SBTML_SICF_SHIFT)) |
292 W_SBREG(sii, &sb->sbtmstatelow, w);
310 w = (R_SBREG(sii, &sb->sbtmstatelow) & ~(mask << SBTML_SICF_SHIFT)) |
312 W_SBREG(sii, &sb->sbtmstatelow, w);
318 return (R_SBREG(sii, &sb->sbtmstatelow) >> SBTML_SICF_SHIFT);
355 return ((R_SBREG(sii, &sb->sbtmstatelow) &
858 OR_SBREG(sii, &sb->sbtmstatelow, SBTML_INT_ACK);
859 AND_SBREG(sii, &sb->sbtmstatelow, ~SBTML_INT_ACK);
927 if (R_SBREG(sii, &sb->sbtmstatelow) & SBTML_RESET)
931 if ((R_SBREG(sii, &sb->sbtmstatelow)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c1173 u32 sbtmstatelow; local
1177 /* fetch sbtmstatelow from core information registers */
1178 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1181 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_RESET)
1184 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_CLOCK) {
1185 sbtmstatelow = BCM43xx_SBTMSTATELOW_CLOCK |
1187 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATELOW, sbtmstatelow);
1190 sbtmstatelow = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATELOW);
1191 if (sbtmstatelow & BCM43xx_SBTMSTATELOW_REJECT) {
1215 sbtmstatelow
1238 u32 sbtmstatelow; local
1316 u32 sbtmstatelow; local
3458 u32 sbtmstatelow; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbconfig.h98 uint32 sbtmstatelow; /* target state */ member in struct:_sbconfig
154 /* sbtmstatelow */

Completed in 112 milliseconds