Searched refs:tPow2x2g (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/otus/hal/ |
D | hpmain.c | 2334 tpc = hpPriv->tPow2x2g[0] & 0x3f; 2810 void zfPrintTargetPower2G(u8_t* tPow2xCck, u8_t* tPow2x2g, u8_t* tPow2x2gHt20, u8_t* tPow2x2gHt40); 3529 hpPriv->tPow2x2g[i] = zfInterpolateFuncX(fbin, 3591 hpPriv->tPow2x2g, 3822 …hpPriv->tPow2x2g[i] = zm_min(hpPriv->tPow2x2g[i], ctlEdgesMaxPower2G-ctlOffset) + HALTX_POWER_OFFS… 3826 … hpPriv->tPow2x2g[i] = zm_min(hpPriv->tPow2x2g[i], ctlEdgesMaxPower2G) + HALTX_POWER_OFFSET; 3827 if (hpPriv->tPow2x2g[i] > (ctlEdgesMaxPower2G-ctlOffset)) 3829 … hpPriv->tPow2x2g24HeavyClipOffset = hpPriv->tPow2x2g[i] - (ctlEdgesMaxPower2G-ctlOffset); 3835 … hpPriv->tPow2x2g[i] = zm_min(hpPriv->tPow2x2g[i], ctlEdgesMaxPower2G) + HALTX_POWER_OFFSET; 4010 zfDelayWriteInternalReg(dev, 0x1c3694, ((hpPriv->tPow2x2g[0]&0x3f) << 20) | (0x1<<26)); [all …]
|
D | hpusb.c | 171 tpc = (hpPriv->tPow2x2g[3]&0x3f); in zfAdjustCtrlSetting() 175 tpc = (hpPriv->tPow2x2g[2]&0x3f); in zfAdjustCtrlSetting() 179 tpc = (hpPriv->tPow2x2g[1]&0x3f); in zfAdjustCtrlSetting() 183 tpc = ((hpPriv->tPow2x2g[0]-hpPriv->tPow2x2g24HeavyClipOffset)&0x3f); in zfAdjustCtrlSetting() 187 tpc = (hpPriv->tPow2x2g[0]&0x3f); in zfAdjustCtrlSetting()
|
D | hpusb.h | 140 u8_t tPow2x2g[4]; member
|