OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:txpow_bound
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
if_run.c
3513
uint8_t reg, rf,
txpow_bound
;
local
3581
txpow_bound
= 0x27;
3601
txpow_bound
= 0x2b;
3609
if ((rf & 0x3f) >
txpow_bound
)
3610
rf = (rf & ~0x3f) |
txpow_bound
;
3618
if ((rf & 0x3f) >
txpow_bound
)
3619
rf = (rf & ~0x3f) |
txpow_bound
;
Completed in 21 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026