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

/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_run.c1628 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1629 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1646 if (sc->txpow1[i] > 31)
1647 sc->txpow1[i] = 5;
1658 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
1659 sc->txpow1[i + 15] = (int8_t)(val >> 8);
1683 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1684 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1696 if (sc->txpow1[i] < 0 || sc->txpow1[
4077 int8_t txpow1, txpow2; local
4146 int8_t txpow1, txpow2; local
4211 int8_t txpow1, txpow2; local
4361 int8_t txpow1, txpow2, txpow3; local
4521 int8_t txpow1, txpow2; local
4634 int8_t txpow1, txpow2; local
[all...]
H A Dif_runvar.h189 int8_t txpow1[54]; member in struct:run_softc
/freebsd-10.2-release/sys/dev/ral/
H A Drt2860var.h166 int8_t txpow1[54]; member in struct:rt2860_softc
H A Drt2860.c2457 int8_t txpow1, txpow2; local
2472 txpow1 = sc->txpow1[i];
2475 if (txpow1 >= 0)
2476 txpow1 = txpow1 << 1 | 1;
2478 txpow1 = (7 + txpow1) << 1;
2484 r3 = rfprog[i].r3 | txpow1 << 7;
2510 int8_t txpow1, txpow local
2576 int8_t txpow1, txpow2; local
[all...]

Completed in 101 milliseconds