| /src/sys/dev/usb/ |
| 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 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 | 172 int8_t txpow1[54]; member in struct:run_softc
|
| /src/sys/dev/ic/ |
| rt2860var.h | 166 int8_t txpow1[54]; member in struct:rt2860_softc
|
| rt2860.c | 2366 int8_t txpow1, txpow2; local 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 2484 int8_t txpow1, txpow2; local [all...] |