HomeSort by relevance Sort by last modified time
    Searched refs:txpow (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/ural/
ural_var.h 97 uint8_t txpow[14]; member in struct:ural_softc
ural.c 1011 power = min(sc->txpow[chan - 1], 31);
1287 ural_eeprom_read(sc, RAL_EEPROM_TXPOWER, sc->txpow, 14);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rum/
rum_var.h 100 uint8_t txpow[44]; member in struct:rum_softc
rum.c 1133 power = sc->txpow[i];
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ral/
rt2560_var.h 176 uint8_t txpow[14]; member in struct:rt2560_softc
rt2560.c 331 power = min(sc->txpow[chan - 1], 31);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwd/
rt2661_var.h 142 int8_t txpow[38]; member in struct:rt2661_softc
rt2661.c 436 sc->txpow[i * 2] = (int8_t)(val >> 8);
439 rt2661_rf5225_1[i * 2].chan, sc->txpow[i * 2]);
440 sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff);
443 rt2661_rf5225_1[i * 2 + 1].chan, sc->txpow[i * 2 + 1]);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/rwn/
rt2860_var.h 198 uint8_t txpow[14]; member in struct:rt2860_softc
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_main.c 605 uint32_t txpow; local
610 (void) ath9k_hw_getcapability(ah, ATH9K_CAP_TXPOW, 1, &txpow);
611 sc->sc_curtxpow = (uint32_t)txpow;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mwl/
mwl.c     [all...]

Completed in 180 milliseconds