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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1621 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1622 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1639 if (sc->txpow1[i] > 31)
1640 sc->txpow1[i] = 5;
1651 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
1652 sc->txpow1[i + 15] = (int8_t)(val >> 8);
1676 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1677 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1689 if (sc->txpow1[i] < 0 || sc->txpow1[
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.h198 int8_t txpow1[54]; member in struct:run_softc
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2420 int8_t txpow1, txpow2; local
2435 txpow1 = sc->txpow1[i];
2438 if (txpow1 >= 0)
2439 txpow1 = txpow1 << 1 | 1;
2441 txpow1 = (7 + txpow1) << 1;
2447 r3 = rfprog[i].r3 | txpow1 << 7;
2473 int8_t txpow1, txpow local
2539 int8_t txpow1, txpow2; local
[all...]
H A Drt2860var.h167 int8_t txpow1[54]; member in struct:rt2860_softc

Completed in 314 milliseconds