Home
last modified time | relevance | path

Searched refs:tPow2x5g (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/otus/hal/
Dhpmain.c2338 tpc = hpPriv->tPow2x5g[0] & 0x3f;
2396 tpc =(hpPriv->tPow2x5g[0]&0x3f);
2811 void zfPrintTargetPower5G(u8_t* tPow2x5g, u8_t* tPow2x5gHt20, u8_t* tPow2x5gHt40);
3616 hpPriv->tPow2x5g[i] = zfInterpolateFuncX(fbin,
3678 hpPriv->tPow2x5g,
3934 … hpPriv->tPow2x5g[i] = zm_min(hpPriv->tPow2x5g[i], ctlEdgesMaxPower5G) + HALTX_POWER_OFFSET;
4041 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->tPow2x5g[0]&0x3f) << 20) | (0x1<<26));
4042 zfDelayWriteInternalReg(dev, 0x1c3bb4, ((hpPriv->tPow2x5g[0]&0x3f) << 5 ) | (0x1<<11) |
4043 … ((hpPriv->tPow2x5g[0]&0x3f) << 21) | (0x1<<27) );
4049 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->tPow2x5g[0]&0x3f) << 20) | (0x5<<26));
[all …]
Dhpusb.c211 tpc = (hpPriv->tPow2x5g[3]&0x3f); in zfAdjustCtrlSetting()
215 tpc = (hpPriv->tPow2x5g[2]&0x3f); in zfAdjustCtrlSetting()
219 tpc = (hpPriv->tPow2x5g[1]&0x3f); in zfAdjustCtrlSetting()
223 tpc = (hpPriv->tPow2x5g[0]&0x3f); in zfAdjustCtrlSetting()
Dhpusb.h144 u8_t tPow2x5g[4]; member