OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delta_5ghz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rt2860.c
3310
int8_t delta_2ghz,
delta_5ghz
;
local in function:rt2860_read_eeprom
3474
delta_2ghz =
delta_5ghz
= 0;
3482
delta_5ghz
= val & 0xf;
3484
delta_5ghz
= -
delta_5ghz
;
3487
delta_2ghz,
delta_5ghz
));
3499
sc->txpow40mhz_5ghz[ridx] = b4inc(reg,
delta_5ghz
);
/src/sys/dev/usb/
if_run.c
1528
int8_t delta_2ghz,
delta_5ghz
;
local in function:run_read_eeprom
1663
delta_2ghz =
delta_5ghz
= 0;
1671
delta_5ghz
= val & 0xf;
1673
delta_5ghz
= -
delta_5ghz
;
1676
delta_2ghz,
delta_5ghz
));
1688
sc->txpow40mhz_5ghz[ridx] = b4inc(reg,
delta_5ghz
);
Completed in 18 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025