Home | History | Annotate | Download | only in usb

Lines Matching defs:txpow3

1428 			sc->txpow3[i + 0] = (int8_t)(val & 0xff);
1429 sc->txpow3[i + 1] = (int8_t)(val >> 8);
1439 if (sc->txpow3[i] > 31)
1440 sc->txpow3[i] = 5;
1456 sc->txpow3[i + 14] = (int8_t)(val & 0xff);
1457 sc->txpow3[i + 15] = (int8_t)(val >> 8);
3241 int8_t txpow1, txpow2, txpow3;
3251 txpow3 = (sc->ntxchains == 3) ? sc->txpow3[i] : 0;
3287 rf = txpow3 & 0x1f;
3289 rf = 0x40 | ((txpow3 & 0x18) << 1) | (txpow3 & 0x07);