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

  /src/sys/dev/usb/
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
3028 int8_t txpow1, txpow2; local
3091 int8_t txpow1, txpow2; local
3241 int8_t txpow1, txpow2, txpow3; local
3401 int8_t txpow1, txpow2; local
3514 int8_t txpow1, txpow2; local
    [all...]
if_runvar.h 173 int8_t txpow2[54]; member in struct:run_softc
  /src/sys/dev/ic/
rt2860var.h 167 int8_t txpow2[54]; member in struct:rt2860_softc
rt2860.c 2366 int8_t txpow1, txpow2; local
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
2484 int8_t txpow1, txpow2; local
    [all...]

Completed in 24 milliseconds