OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bb_spur
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_attach.c
477
int
bb_spur
= AR_NO_SPUR;
local in function:ar5416SpurMitigate
507
bb_spur
= cur_bb_spur;
511
if (AR_NO_SPUR ==
bb_spur
)
514
bin =
bb_spur
* 32;
531
* Should offset
bb_spur
by +/- 10 MHz for dynamic 2040 MHz
533
* spur_delta_phase =
bb_spur
/40 * 2**21 for static ht20,
536
spur_delta_phase = ((
bb_spur
* 524288) / 100) &
543
spur_freq_sd = ((
bb_spur
* 2048) / denominator) & 0x3ff;
ar9280_attach.c
368
int
bb_spur
= AR_NO_SPUR;
local in function:ar9280SpurMitigate
413
bb_spur
= cur_bb_spur;
418
bb_spur
= cur_bb_spur;
423
if (AR_NO_SPUR ==
bb_spur
) {
443
bin =
bb_spur
* 320;
462
if (
bb_spur
< 0) {
464
bb_spur_off =
bb_spur
+ 10;
467
bb_spur_off =
bb_spur
- 10;
471
bb_spur_off =
bb_spur
;
475
* spur_delta_phase =
bb_spur
/40 * 2**21 for static ht20
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025