Lines Matching defs:txpow1

1621 		sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1622 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1639 if (sc->txpow1[i] > 31)
1640 sc->txpow1[i] = 5;
1651 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
1652 sc->txpow1[i + 15] = (int8_t)(val >> 8);
1676 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1677 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1689 if (sc->txpow1[i] < 0 || sc->txpow1[i] > 39)
1690 sc->txpow1[i] = 5;
1692 if (sc->txpow1[i] < 0 || sc->txpow1[i] > 31)
1693 sc->txpow1[i] = 5;
1703 rt2860_rf2850[i].chan, sc->txpow1[i], sc->txpow2[i]);
1708 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
1709 sc->txpow1[i + 15] = (int8_t)(val >> 8);
1718 if (sc->txpow1[14 + i] < -7 || sc->txpow1[14 + i] > 15)
1719 sc->txpow1[14 + i] = 5;
1724 rt2860_rf2850[14 + i].chan, sc->txpow1[14 + i],
4025 int8_t txpow1, txpow2;
4040 txpow1 = sc->txpow1[i];
4047 if (txpow1 >= 0) {
4048 txpow1 = (txpow1 > 0xf) ? (0xf) : (txpow1);
4049 r3 |= (txpow1 << 10) | (1 << 9);
4051 txpow1 += 7;
4053 /* txpow1 is not possible larger than 15. */
4054 r3 |= (txpow1 << 10);
4065 r3 |= (txpow1 << 9);
4094 int8_t txpow1, txpow2;
4102 txpow1 = sc->txpow1[i];
4118 rf = (rf & ~0x1f) | txpow1;
4159 int8_t txpow1, txpow2;
4168 txpow1 = sc->txpow1[i];
4195 rf = 0x60 | txpow1;
4197 rf = 0xe0 | (txpow1 & 0xc) << 1 | (txpow1 & 0x3);
4309 int8_t txpow1, txpow2, txpow3;
4317 txpow1 = sc->txpow1[i];
4343 rf = txpow1 & 0x1f;
4345 rf = 0x40 | ((txpow1 & 0x18) << 1) | (txpow1 & 0x07);
4469 int8_t txpow1, txpow2;
4477 txpow1 = sc->txpow1[i];
4487 rf = (rf & ~0x3f) | (txpow1 & 0x3f);
4582 int8_t txpow1, txpow2;
4593 txpow1 = sc->txpow1[i];
4676 rf = (rf & ~0x3f) | (txpow1 & 0x3f);