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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndgige.c113 statehigh = R_REG(osh, &sb->sbtmstatehigh); /* GMII/RGMII mode */
H A Dsbutils.c342 w = (R_SBREG(sii, &sb->sbtmstatehigh) & ~(mask << SBTMH_SISF_SHIFT)) |
344 W_SBREG(sii, &sb->sbtmstatehigh, w);
348 return (R_SBREG(sii, &sb->sbtmstatehigh) >> SBTMH_SISF_SHIFT);
555 nsbcc = (R_SBREG(sii, &sb->sbtmstatehigh) & 0x000f0000) >> 16;
761 if ((R_SBREG(sii, &sb->sbtmstatehigh)) & SBTMH_SERR) {
762 AND_SBREG(sii, &sb->sbtmstatehigh, ~SBTMH_SERR);
858 tmstate = R_SBREG(sii, &sb->sbtmstatehigh);
946 SPINWAIT((R_SBREG(sii, &sb->sbtmstatehigh) & SBTMH_BUSY), 100000);
947 if (R_SBREG(sii, &sb->sbtmstatehigh) & SBTMH_BUSY)
1009 if (R_SBREG(sii, &sb->sbtmstatehigh)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dsbconfig.h99 uint32 sbtmstatehigh; /* target state */ member in struct:_sbconfig
162 /* sbtmstatehigh */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_main.c1174 u32 sbtmstatehigh; local
1203 sbtmstatehigh = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATEHIGH);
1204 if (!(sbtmstatehigh & BCM43xx_SBTMSTATEHIGH_BUSY)) {
1239 u32 sbtmstatehigh; local
1254 sbtmstatehigh = bcm43xx_read32(bcm, BCM43xx_CIR_SBTMSTATEHIGH);
1255 if (sbtmstatehigh & BCM43xx_SBTMSTATEHIGH_SERROR) {
1256 sbtmstatehigh = 0x00000000;
1257 bcm43xx_write32(bcm, BCM43xx_CIR_SBTMSTATEHIGH, sbtmstatehigh);
1899 u32 sbtmstatehigh; local
1903 sbtmstatehigh
[all...]

Completed in 110 milliseconds