Home
last modified time | relevance | path

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

/drivers/staging/otus/hal/
Dhpmain.c2363 tpc = (hpPriv->tPow2x2gHt20[7]&0x3f);
2810 void zfPrintTargetPower2G(u8_t* tPow2xCck, u8_t* tPow2x2g, u8_t* tPow2x2gHt20, u8_t* tPow2x2gHt40);
3555 hpPriv->tPow2x2gHt20[i] = zfInterpolateFuncX(fbin,
3592 hpPriv->tPow2x2gHt20,
3842 …hpPriv->tPow2x2gHt20[i] = zm_min(hpPriv->tPow2x2gHt20[i], ctlEdgesMaxPower2GHT20-ctlOffset) + HALT…
3846 …hpPriv->tPow2x2gHt20[i] = zm_min(hpPriv->tPow2x2gHt20[i], ctlEdgesMaxPower2GHT20) + HALTX_POWER_OF…
3988 hpPriv->tPow2x2gHt20[0] += 1;
3989 hpPriv->tPow2x2gHt20[1] += 1;
3990 hpPriv->tPow2x2gHt20[2] += 1;
4030 hpPriv->tPow2x2gHt20,
[all …]
Dhpusb.h142 u8_t tPow2x2gHt20[8]; member
Dhpusb.c200 tpc = (hpPriv->tPow2x2gHt20[oldMCS&0x7]&0x3f); in zfAdjustCtrlSetting()