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

/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_runvar.h200 int8_t txpow3[54]; member in struct:run_softc
H A Dif_run.c1750 sc->txpow3[i + 0] = (int8_t)(val & 0xff);
1751 sc->txpow3[i + 1] = (int8_t)(val >> 8);
1761 if (sc->txpow3[i] > 31)
1762 sc->txpow3[i] = 5;
1778 sc->txpow3[i + 14] = (int8_t)(val & 0xff);
1779 sc->txpow3[i + 15] = (int8_t)(val >> 8);
4447 int8_t txpow1, txpow2, txpow3; local
4457 txpow3 = (sc->ntxchains == 3) ? sc->txpow3[i] : 0;
4493 rf = txpow3
[all...]

Completed in 116 milliseconds