Home
last modified time | relevance | path

Searched refs:txpow1 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c1737 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 …]
H A Dif_runvar.h196 int8_t txpow1[54]; member
H A Dif_mtwvar.h331 int8_t txpow1[54]; member
H A Dif_mtw.c1473 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() local
3688 txpow1 = sc->txpow1[i]; in mt7601_set_chan()
3693 tmp |= (txpow1 & 0x3f); in mt7601_set_chan()
/freebsd/sys/dev/ral/
H A Drt2860.c2413 int8_t txpow1, txpow2; in rt2860_set_chan() local
2428 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() local
2477 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 …]
H A Drt2860var.h167 int8_t txpow1[54]; member