Searched defs:txpow1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h175 int8_t txpow1[50]; member in struct:rt2860_softc
H A Drt2860.c488 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
489 sc->txpow1[i + 1] = (int8_t)(val >> 8);
498 if (sc->txpow1[i] < 0 || sc->txpow1[i] > 31)
499 sc->txpow1[i] = 5;
504 rt2860_rf2850[i].chan, sc->txpow1[i], sc->txpow2[i]);
510 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
511 sc->txpow1[i + 15] = (int8_t)(val >> 8);
520 if (sc->txpow1[14 + i] < -7 || sc->txpow1[1
2174 uint8_t txpow1, txpow2; local
[all...]

Completed in 60 milliseconds