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.c1743 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()
1744 sc->txpow2[i + 1] = (int8_t)(val >> 8); in run_rt3593_get_txpower()
1757 if (sc->txpow2[i] > 31) in run_rt3593_get_txpower()
1758 sc->txpow2[i] = 5; in run_rt3593_get_txpower()
1771 sc->txpow2[i + 14] = (int8_t)(val & 0xff); in run_rt3593_get_txpower()
1772 sc->txpow2[i + 15] = (int8_t)(val >> 8); in run_rt3593_get_txpower()
1798 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in run_get_txpower()
1799 sc->txpow2[i + 1] = (int8_t)(val >> 8); in run_get_txpower()
1812 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 39) in run_get_txpower()
1813 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.c1476 sc->txpow2[i + 0] = (int8_t)(val & 0xff); in mtw_get_txpower()
1477 sc->txpow2[i + 1] = (int8_t)(val >> 8); in mtw_get_txpower()
1483 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 27) in mtw_get_txpower()
1484 sc->txpow2[i] = 5; in mtw_get_txpower()
1487 sc->txpow1[i], sc->txpow2[i]); in mtw_get_txpower()
/freebsd/sys/dev/ral/
H A Drt2860.c2413 int8_t txpow1, txpow2; in rt2860_set_chan() local
2429 txpow2 = sc->txpow2[i]; in rt2860_set_chan()
2435 if (txpow2 >= 0) in rt2860_set_chan()
2436 txpow2 = txpow2 << 1 | 1; in rt2860_set_chan()
2438 txpow2 = (7 + txpow2) << 1; in rt2860_set_chan()
2441 r4 = rfprog[i].r4 | sc->freq << 13 | txpow2 << 4; in rt2860_set_chan()
2466 int8_t txpow1, txpow2; in rt3090_set_chan() local
2478 txpow2 = sc->txpow2[i]; in rt3090_set_chan()
2495 rf = (rf & ~0x1f) | txpow2; in rt3090_set_chan()
2532 int8_t txpow1, txpow2; in rt5390_set_chan() local
[all …]
H A Drt2860var.h168 int8_t txpow2[54]; member