Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_run.c1741 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()
1742 sc->txpow2[i + 1] = (int8_t)(val >> 8); in run_rt3593_get_txpower()
1755 if (sc->txpow2[i] > 31) in run_rt3593_get_txpower()
1756 sc->txpow2[i] = 5; in run_rt3593_get_txpower()
1769 sc->txpow2[i + 14] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()
1770 sc->txpow2[i + 15] = (int8_t)(val >> 8); in run_rt3593_get_txpower()
1796 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in run_get_txpower()
1797 sc->txpow2[i + 1] = (int8_t)(val >> 8); in run_get_txpower()
1810 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 39) in run_get_txpower()
1811 sc->txpow2[i] = 5; in run_get_txpower()
[all …]
H A Dif_runvar.h197 int8_t txpow2[54]; member
H A Dif_mtwvar.h332 int8_t txpow2[54]; member
H A Dif_mtw.c1444 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in mtw_get_txpower()
1445 sc->txpow2[i + 1] = (int8_t)(val >> 8); in mtw_get_txpower()
1451 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 27) in mtw_get_txpower()
1452 sc->txpow2[i] = 5; in mtw_get_txpower()
1455 sc->txpow1[i], sc->txpow2[i]); in mtw_get_txpower()
/freebsd/sys/dev/ral/
H A Drt2860.c2410 int8_t txpow1, txpow2; in rt2860_set_chan() local
2426 txpow2 = sc->txpow2[i]; in rt2860_set_chan()
2432 if (txpow2 >= 0) in rt2860_set_chan()
2433 txpow2 = txpow2 << 1 | 1; in rt2860_set_chan()
2435 txpow2 = (7 + txpow2) << 1; in rt2860_set_chan()
2438 r4 = rfprog[i].r4 | sc->freq << 13 | txpow2 << 4; in rt2860_set_chan()
2463 int8_t txpow1, txpow2; in rt3090_set_chan() local
2475 txpow2 = sc->txpow2[i]; in rt3090_set_chan()
2492 rf = (rf & ~0x1f) | txpow2; in rt3090_set_chan()
2529 int8_t txpow1, txpow2; in rt5390_set_chan() local
[all …]
H A Drt2860var.h168 int8_t txpow2[54]; member