Searched refs:txpow1 (Results 1 – 6 of 6) sorted by relevance
1737 sc->txpow1[i + 0] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()1738 sc->txpow1[i + 1] = (int8_t)(val >> 8); in run_rt3593_get_txpower()1755 if (sc->txpow1[i] > 31) in run_rt3593_get_txpower()1756 sc->txpow1[i] = 5; in run_rt3593_get_txpower()1767 sc->txpow1[i + 14] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()1768 sc->txpow1[i + 15] = (int8_t)(val >> 8); in run_rt3593_get_txpower()1792 sc->txpow1[i + 0] = (int8_t)(val & 0xff); in run_get_txpower()1793 sc->txpow1[i + 1] = (int8_t)(val >> 8); in run_get_txpower()1805 if (sc->txpow1[i] < 0 || sc->txpow1[i] > 39) in run_get_txpower()1806 sc->txpow1[i] = 5; in run_get_txpower()[all …]
196 int8_t txpow1[54]; member
331 int8_t txpow1[54]; member
1473 sc->txpow1[i + 0] = (int8_t)(val & 0xff); in mtw_get_txpower()1474 sc->txpow1[i + 1] = (int8_t)(val >> 8); in mtw_get_txpower()1481 if (sc->txpow1[i] < 0 || sc->txpow1[i] > 27) in mtw_get_txpower()1482 sc->txpow1[i] = 5; in mtw_get_txpower()1487 sc->txpow1[i], sc->txpow2[i]); in mtw_get_txpower()3676 uint8_t bbp, rf, txpow1; in mt7601_set_chan() local3688 txpow1 = sc->txpow1[i]; in mt7601_set_chan()3693 tmp |= (txpow1 & 0x3f); in mt7601_set_chan()
2413 int8_t txpow1, txpow2; in rt2860_set_chan() local2428 txpow1 = sc->txpow1[i]; in rt2860_set_chan()2431 if (txpow1 >= 0) in rt2860_set_chan()2432 txpow1 = txpow1 << 1 | 1; in rt2860_set_chan()2434 txpow1 = (7 + txpow1) << 1; in rt2860_set_chan()2440 r3 = rfprog[i].r3 | txpow1 << 7; in rt2860_set_chan()2466 int8_t txpow1, txpow2; in rt3090_set_chan() local2477 txpow1 = sc->txpow1[i]; in rt3090_set_chan()2490 rf = (rf & ~0x1f) | txpow1; in rt3090_set_chan()2532 int8_t txpow1, txpow2; in rt5390_set_chan() local[all …]
167 int8_t txpow1[54]; member