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:phs_coeff
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_calib.c
30
int
phs_coeff
[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
member
935
ar9003_hw_detect_outlier(coeff->
phs_coeff
[i],
in ar9003_hw_tx_iq_cal_outlier_detection()
943
phase = coeff->
phs_coeff
[i][im][0];
in ar9003_hw_tx_iq_cal_outlier_detection()
1020
if (coeff->
phs_coeff
[i][im][iy] <
in __ar955x_tx_iq_cal_sort()
1021
coeff->
phs_coeff
[i][im][ix]) {
in __ar955x_tx_iq_cal_sort()
1022
temp = coeff->
phs_coeff
[i][im][ix];
in __ar955x_tx_iq_cal_sort()
1023
coeff->
phs_coeff
[i][im][ix] =
in __ar955x_tx_iq_cal_sort()
1024
coeff->
phs_coeff
[i][im][iy];
in __ar955x_tx_iq_cal_sort()
1025
coeff->
phs_coeff
[i][im][iy] = temp;
in __ar955x_tx_iq_cal_sort()
1030
coeff->
phs_coeff
[
in __ar955x_tx_iq_cal_sort()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
ar9003_calib.c
30
int
phs_coeff
[AR9300_MAX_CHAINS][MAX_MEASUREMENT][MAXIQCAL];
member
935
ar9003_hw_detect_outlier(coeff->
phs_coeff
[i],
in ar9003_hw_tx_iq_cal_outlier_detection()
943
phase = coeff->
phs_coeff
[i][im][0];
in ar9003_hw_tx_iq_cal_outlier_detection()
1018
if (coeff->
phs_coeff
[i][im][iy] <
in __ar955x_tx_iq_cal_sort()
1019
coeff->
phs_coeff
[i][im][ix]) {
in __ar955x_tx_iq_cal_sort()
1020
swap(coeff->
phs_coeff
[i][im][ix],
in __ar955x_tx_iq_cal_sort()
1021
coeff->
phs_coeff
[i][im][iy]);
in __ar955x_tx_iq_cal_sort()
1026
coeff->
phs_coeff
[i][im][0] = coeff->
phs_coeff
[i][im][MAXIQCAL / 2];
in __ar955x_tx_iq_cal_sort()
1032
coeff->
phs_coeff
[
in __ar955x_tx_iq_cal_sort()
[all...]
Completed in 4 milliseconds