Home
last modified time | relevance | path

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

/drivers/staging/otus/hal/
Dhpmain.c2553 if (hpPriv->currentAckRtsTpc > (14+10))
2555 ackTpc = hpPriv->currentAckRtsTpc - 14;
2575 … zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->currentAckRtsTpc&0x3f) << 20) | (0x1<<26));
2576 … zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->currentAckRtsTpc&0x3f) << 5 ) | (0x1<<11) |
2577 … ((hpPriv->currentAckRtsTpc&0x3f) << 21) | (0x1<<27) );
2581 … zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->currentAckRtsTpc&0x3f) << 20) | (0x5<<26));
2582 … zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->currentAckRtsTpc&0x3f) << 5 ) | (0x5<<11) |
2583 … ((hpPriv->currentAckRtsTpc&0x3f) << 21) | (0x5<<27) );
4023 hpPriv->currentAckRtsTpc = hpPriv->tPow2x2g[0];
4053 hpPriv->currentAckRtsTpc = hpPriv->tPow2x2g[0];
[all …]
Dhpusb.h199 u8_t currentAckRtsTpc; member