Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dif_run.c1491 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 39) in run_get_txpower()
1494 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 31) in run_get_txpower()
2991 txpow2 = sc->txpow2[i]; in run_rt2870_set_chan()
2998 txpow2 = txpow2 << 1 | 1; in run_rt2870_set_chan()
3000 txpow2 = (7 + txpow2) << 1; in run_rt2870_set_chan()
3040 txpow2 = sc->txpow2[i]; in run_rt3070_set_chan()
3101 txpow2 = sc->txpow2[i]; in run_rt3572_set_chan()
3136 rf = 0xe0 | (txpow2 & 0xc) << 1 | (txpow2 & 0x3); in run_rt3572_set_chan()
3250 txpow2 = sc->txpow2[i]; in run_rt3593_set_chan()
3410 txpow2 = sc->txpow2[i]; in run_rt5390_set_chan()
[all …]
H A Dif_runvar.h173 int8_t txpow2[54]; member
/netbsd/sys/dev/ic/
H A Drt2860.c2366 int8_t txpow1, txpow2; in rt2860_set_chan() local
2382 txpow2 = sc->txpow2[i]; in rt2860_set_chan()
2388 if (txpow2 >= 0) in rt2860_set_chan()
2389 txpow2 = txpow2 << 1 | 1; in rt2860_set_chan()
2391 txpow2 = (7 + txpow2) << 1; in rt2860_set_chan()
2419 int8_t txpow1, txpow2; in rt3090_set_chan() local
2430 txpow2 = sc->txpow2[i]; in rt3090_set_chan()
2484 int8_t txpow1, txpow2; in rt5390_set_chan() local
2495 txpow2 = sc->txpow2[i]; in rt5390_set_chan()
3444 sc->txpow2[i] = 5; in rt2860_read_eeprom()
[all …]
H A Drt2860var.h167 int8_t txpow2[54]; member