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

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h176 int8_t txpow2[50]; member in struct:rt2860_softc
H A Drt2860.c493 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
494 sc->txpow2[i + 1] = (int8_t)(val >> 8);
500 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 31)
501 sc->txpow2[i] = 5;
504 rt2860_rf2850[i].chan, sc->txpow1[i], sc->txpow2[i]);
515 sc->txpow2[i + 14] = (int8_t)(val & 0xff);
516 sc->txpow2[i + 15] = (int8_t)(val >> 8);
522 if (sc->txpow2[14 + i] < -7 || sc->txpow2[1
2174 uint8_t txpow1, txpow2; local
[all...]

Completed in 61 milliseconds