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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhpmain.c2377 if (hpPriv->currentAckRtsTpc > (14+10))
2379 ackTpc = hpPriv->currentAckRtsTpc - 14;
2399 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->currentAckRtsTpc&0x3f) << 20) | (0x1<<26));
2400 zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->currentAckRtsTpc&0x3f) << 5 ) | (0x1<<11) |
2401 ((hpPriv->currentAckRtsTpc&0x3f) << 21) | (0x1<<27) );
2405 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->currentAckRtsTpc&0x3f) << 20) | (0x5<<26));
2406 zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->currentAckRtsTpc&0x3f) << 5 ) | (0x5<<11) |
2407 ((hpPriv->currentAckRtsTpc&0x3f) << 21) | (0x5<<27) );
3828 hpPriv->currentAckRtsTpc = hpPriv->tPow2x2g[0];
3857 hpPriv->currentAckRtsTpc
[all...]
H A Dhpusb.h193 u8_t currentAckRtsTpc; member in struct:zsHpPriv

Completed in 67 milliseconds