Searched refs:tPow2x5g (Results 1 - 3 of 3) 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.c2160 tpc = hpPriv->tPow2x5g[0] & 0x3f;
2220 tpc =(hpPriv->tPow2x5g[0]&0x3f);
2635 void zfPrintTargetPower5G(u8_t* tPow2x5g, u8_t* tPow2x5gHt20, u8_t* tPow2x5gHt40);
3435 hpPriv->tPow2x5g[i] = zfInterpolateFuncX(fbin,
3497 hpPriv->tPow2x5g,
3749 hpPriv->tPow2x5g[i] = zm_min(hpPriv->tPow2x5g[i], ctlEdgesMaxPower5G) + HALTX_POWER_OFFSET;
3845 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->tPow2x5g[0]&0x3f) << 20) | (0x1<<26));
3846 zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->tPow2x5g[0]&0x3f) << 5 ) | (0x1<<11) |
3847 ((hpPriv->tPow2x5g[
3945 zfPrintTargetPower5G(u8_t* tPow2x5g, u8_t* tPow2x5gHt20, u8_t* tPow2x5gHt40) argument
[all...]
H A Dhpusb.c205 tpc = (hpPriv->tPow2x5g[3]&0x3f);
209 tpc = (hpPriv->tPow2x5g[2]&0x3f);
213 tpc = (hpPriv->tPow2x5g[1]&0x3f);
217 tpc = (hpPriv->tPow2x5g[0]&0x3f);
H A Dhpusb.h138 u8_t tPow2x5g[4]; member in struct:zsHpPriv

Completed in 106 milliseconds