Home | History | Annotate | Download | only in ic

Lines Matching defs:txpow1

2366 	int8_t txpow1, txpow2;
2381 txpow1 = sc->txpow1[i];
2384 if (txpow1 >= 0)
2385 txpow1 = txpow1 << 1 | 1;
2387 txpow1 = (7 + txpow1) << 1;
2393 r3 = rfprog[i].r3 | txpow1 << 7;
2419 int8_t txpow1, txpow2;
2429 txpow1 = sc->txpow1[i];
2442 rf = (rf & ~0x1f) | txpow1;
2484 int8_t txpow1, txpow2;
2494 txpow1 = sc->txpow1[i];
2504 rf = (rf & ~0x3f) | (txpow1 & 0x3f);
3426 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
3427 sc->txpow1[i + 1] = (int8_t)(val >> 8);
3438 if (sc->txpow1[i] < 0 ||
3439 sc->txpow1[i] > ((sc->mac_ver >= 0x5390) ? 39 : 31))
3440 sc->txpow1[i] = 5;
3447 rt2860_rf2850[i].chan, sc->txpow1[i], sc->txpow2[i]));
3453 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
3454 sc->txpow1[i + 15] = (int8_t)(val >> 8);
3463 if (sc->txpow1[14 + i] < -7 || sc->txpow1[14 + i] > 15)
3464 sc->txpow1[14 + i] = 5;
3468 rt2860_rf2850[14 + i].chan, sc->txpow1[14 + i],