Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:spur_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
1912
s32
spur_offset
, num_symbols_x16;
in ath5k_hw_set_spur_mitigation_filter()
local
1955
spur_offset
= spur_chan_fbin - chan_fbin;
in ath5k_hw_set_spur_mitigation_filter()
1958
* spur_freq_sigma_delta ->
spur_offset
/ sample_freq << 21
in ath5k_hw_set_spur_mitigation_filter()
1959
* spur_delta_phase ->
spur_offset
/ chip_freq << 11
in ath5k_hw_set_spur_mitigation_filter()
1965
spur_delta_phase = (
spur_offset
<< 16) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1971
spur_delta_phase = (
spur_offset
<< 18) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1977
spur_delta_phase = (
spur_offset
<< 19) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1984
spur_delta_phase = (
spur_offset
<< 17) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1992
spur_delta_phase = (
spur_offset
<< 17) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1994
(
spur_offset
<<
in ath5k_hw_set_spur_mitigation_filter()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
phy.c
1909
s32
spur_offset
, num_symbols_x16;
in ath5k_hw_set_spur_mitigation_filter()
local
1952
spur_offset
= spur_chan_fbin - chan_fbin;
in ath5k_hw_set_spur_mitigation_filter()
1955
* spur_freq_sigma_delta ->
spur_offset
/ sample_freq << 21
in ath5k_hw_set_spur_mitigation_filter()
1956
* spur_delta_phase ->
spur_offset
/ chip_freq << 11
in ath5k_hw_set_spur_mitigation_filter()
1962
spur_delta_phase = (
spur_offset
<< 16) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1968
spur_delta_phase = (
spur_offset
<< 18) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1974
spur_delta_phase = (
spur_offset
<< 19) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1981
spur_delta_phase = (
spur_offset
<< 17) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1989
spur_delta_phase = (
spur_offset
<< 17) / 25;
in ath5k_hw_set_spur_mitigation_filter()
1991
(
spur_offset
<<
in ath5k_hw_set_spur_mitigation_filter()
[all...]
Completed in 5 milliseconds