Lines Matching defs:txpow3
1748 sc->txpow3[i + 0] = (int8_t)(val & 0xff);
1749 sc->txpow3[i + 1] = (int8_t)(val >> 8);
1759 if (sc->txpow3[i] > 31)
1760 sc->txpow3[i] = 5;
1776 sc->txpow3[i + 14] = (int8_t)(val & 0xff);
1777 sc->txpow3[i + 15] = (int8_t)(val >> 8);
4440 int8_t txpow1, txpow2, txpow3;
4450 txpow3 = (sc->ntxchains == 3) ? sc->txpow3[i] : 0;
4486 rf = txpow3 & 0x1f;
4488 rf = 0x40 | ((txpow3 & 0x18) << 1) | (txpow3 & 0x07);