OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txpow3
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_runvar.h
174
int8_t
txpow3
[54];
member in struct:run_softc
if_run.c
1428
sc->
txpow3
[i + 0] = (int8_t)(val & 0xff);
1429
sc->
txpow3
[i + 1] = (int8_t)(val >> 8);
1439
if (sc->
txpow3
[i] > 31)
1440
sc->
txpow3
[i] = 5;
1456
sc->
txpow3
[i + 14] = (int8_t)(val & 0xff);
1457
sc->
txpow3
[i + 15] = (int8_t)(val >> 8);
3241
int8_t txpow1, txpow2,
txpow3
;
local in function:run_rt3593_set_chan
3251
txpow3
= (sc->ntxchains == 3) ? sc->
txpow3
[i] : 0;
3287
rf =
txpow3
& 0x1f
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025