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

  /src/sys/dev/ic/
rt2860var.h 166 int8_t txpow1[54]; member in struct:rt2860_softc
rt2860.c 2366 int8_t txpow1, txpow2; local in function:rt2860_set_chan
2381 txpow1 = sc->txpow1[i];
2384 if (txpow1 >= 0)
2385 txpow1 = txpow1 << 1 | 1;
2387 txpow1 = (7 + txpow1) << 1;
2393 r3 = rfprog[i].r3 | txpow1 << 7;
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 172 int8_t txpow1[54]; member in struct:run_softc
if_run.c 1416 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1417 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1434 if (sc->txpow1[i] > 31)
1435 sc->txpow1[i] = 5;
1446 sc->txpow1[i + 14] = (int8_t)(val & 0xff);
1447 sc->txpow1[i + 15] = (int8_t)(val >> 8);
1471 sc->txpow1[i + 0] = (int8_t)(val & 0xff);
1472 sc->txpow1[i + 1] = (int8_t)(val >> 8);
1484 if (sc->txpow1[i] < 0 || sc->txpow1[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 16 milliseconds