Searched refs:txpow3 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h191 int8_t txpow3[54]; member in struct:run_softc
H A Dif_run.c1638 sc->txpow3[i + 0] = (int8_t)(val & 0xff);
1639 sc->txpow3[i + 1] = (int8_t)(val >> 8);
1649 if (sc->txpow3[i] > 31)
1650 sc->txpow3[i] = 5;
1666 sc->txpow3[i + 14] = (int8_t)(val & 0xff);
1667 sc->txpow3[i + 15] = (int8_t)(val >> 8);
4359 int8_t txpow1, txpow2, txpow3; local
4369 txpow3 = (sc->ntxchains == 3) ? sc->txpow3[i] : 0;
4405 rf = txpow3
[all...]

Completed in 122 milliseconds