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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1627 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
1628 sc->txpow2[i + 1] = (int8_t)(val >> 8);
1641 if (sc->txpow2[i] > 31)
1642 sc->txpow2[i] = 5;
1655 sc->txpow2[i + 14] = (int8_t)(val & 0xff);
1656 sc->txpow2[i + 15] = (int8_t)(val >> 8);
1682 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
1683 sc->txpow2[i + 1] = (int8_t)(val >> 8);
1696 if (sc->txpow2[i] < 0 || sc->txpow2[
4025 int8_t txpow1, txpow2; local
4094 int8_t txpow1, txpow2; local
4159 int8_t txpow1, txpow2; local
4309 int8_t txpow1, txpow2, txpow3; local
4469 int8_t txpow1, txpow2; local
4582 int8_t txpow1, txpow2; local
[all...]
H A Dif_runvar.h199 int8_t txpow2[54]; member in struct:run_softc
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2420 int8_t txpow1, txpow2; local
2436 txpow2 = sc->txpow2[i];
2442 if (txpow2 >= 0)
2443 txpow2 = txpow2 << 1 | 1;
2445 txpow2 = (7 + txpow2) << 1;
2448 r4 = rfprog[i].r4 | sc->freq << 13 | txpow2 << 4;
2473 int8_t txpow1, txpow2; local
2539 int8_t txpow1, txpow2; local
[all...]
H A Drt2860var.h168 int8_t txpow2[54]; member in struct:rt2860_softc

Completed in 84 milliseconds