HomeSort by: relevance | last modified time | path
    Searched defs:txpow2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
rt2860var.h 167 int8_t txpow2[54]; member in struct:rt2860_softc
rt2860.c 2366 int8_t txpow1, txpow2; local in function:rt2860_set_chan
2382 txpow2 = sc->txpow2[i];
2388 if (txpow2 >= 0)
2389 txpow2 = txpow2 << 1 | 1;
2391 txpow2 = (7 + txpow2) << 1;
2394 r4 = rfprog[i].r4 | sc->freq << 13 | txpow2 << 4;
2419 int8_t txpow1, txpow2; local in function:rt3090_set_chan
2484 int8_t txpow1, txpow2; local in function:rt5390_set_chan
    [all...]
  /src/sys/dev/usb/
if_runvar.h 173 int8_t txpow2[54]; member in struct:run_softc
if_run.c 1422 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
1423 sc->txpow2[i + 1] = (int8_t)(val >> 8);
1436 if (sc->txpow2[i] > 31)
1437 sc->txpow2[i] = 5;
1450 sc->txpow2[i + 14] = (int8_t)(val & 0xff);
1451 sc->txpow2[i + 15] = (int8_t)(val >> 8);
1477 sc->txpow2[i + 0] = (int8_t)(val & 0xff);
1478 sc->txpow2[i + 1] = (int8_t)(val >> 8);
1491 if (sc->txpow2[i] < 0 || sc->txpow2[i] > 39
2975 int8_t txpow1, txpow2; local in function:run_rt2870_set_chan
3028 int8_t txpow1, txpow2; local in function:run_rt3070_set_chan
3091 int8_t txpow1, txpow2; local in function:run_rt3572_set_chan
3241 int8_t txpow1, txpow2, txpow3; local in function:run_rt3593_set_chan
3401 int8_t txpow1, txpow2; local in function:run_rt5390_set_chan
3514 int8_t txpow1, txpow2; local in function:run_rt5592_set_chan
    [all...]

Completed in 17 milliseconds