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:fast_div_bias
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
antenna.c
385
/* Adjust the
fast_div_bias
based on main and alt lna conf */
in ath_ant_div_conf_fast_divbias()
389
ant_conf->
fast_div_bias
= 0x3b;
in ath_ant_div_conf_fast_divbias()
392
ant_conf->
fast_div_bias
= 0x3d;
in ath_ant_div_conf_fast_divbias()
395
ant_conf->
fast_div_bias
= 0x1;
in ath_ant_div_conf_fast_divbias()
398
ant_conf->
fast_div_bias
= 0x7;
in ath_ant_div_conf_fast_divbias()
401
ant_conf->
fast_div_bias
= 0x2;
in ath_ant_div_conf_fast_divbias()
404
ant_conf->
fast_div_bias
= 0x7;
in ath_ant_div_conf_fast_divbias()
407
ant_conf->
fast_div_bias
= 0x6;
in ath_ant_div_conf_fast_divbias()
410
ant_conf->
fast_div_bias
= 0x0;
in ath_ant_div_conf_fast_divbias()
413
ant_conf->
fast_div_bias
in ath_ant_div_conf_fast_divbias()
[all...]
H
A
D
ar9002_phy.c
388
antconf->
fast_div_bias
= (regval & AR_PHY_9285_FAST_DIV_BIAS) >>
in ar9002_hw_antdiv_comb_conf_get()
408
regval |= ((antconf->
fast_div_bias
<< AR_PHY_9285_FAST_DIV_BIAS_S)
in ar9002_hw_antdiv_comb_conf_set()
H
A
D
ath9k.h
942
int
fast_div_bias
;
member
H
A
D
ar9003_phy.c
1517
antconf->
fast_div_bias
= (regval & AR_PHY_ANT_FAST_DIV_BIAS) >>
in ar9003_hw_antdiv_comb_conf_get()
1554
regval |= ((antconf->
fast_div_bias
<< AR_PHY_ANT_FAST_DIV_BIAS_S)
in ar9003_hw_antdiv_comb_conf_set()
H
A
D
hw.h
565
u8
fast_div_bias
;
member
H
A
D
init.c
468
sc->ant_comb.
fast_div_bias
= 3;
in ath9k_init_pcoem_platform()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
antenna.c
385
/* Adjust the
fast_div_bias
based on main and alt lna conf */
in ath_ant_div_conf_fast_divbias()
389
ant_conf->
fast_div_bias
= 0x3b;
in ath_ant_div_conf_fast_divbias()
392
ant_conf->
fast_div_bias
= 0x3d;
in ath_ant_div_conf_fast_divbias()
395
ant_conf->
fast_div_bias
= 0x1;
in ath_ant_div_conf_fast_divbias()
398
ant_conf->
fast_div_bias
= 0x7;
in ath_ant_div_conf_fast_divbias()
401
ant_conf->
fast_div_bias
= 0x2;
in ath_ant_div_conf_fast_divbias()
404
ant_conf->
fast_div_bias
= 0x7;
in ath_ant_div_conf_fast_divbias()
407
ant_conf->
fast_div_bias
= 0x6;
in ath_ant_div_conf_fast_divbias()
410
ant_conf->
fast_div_bias
= 0x0;
in ath_ant_div_conf_fast_divbias()
413
ant_conf->
fast_div_bias
in ath_ant_div_conf_fast_divbias()
[all...]
H
A
D
ar9002_phy.c
388
antconf->
fast_div_bias
= (regval & AR_PHY_9285_FAST_DIV_BIAS) >>
in ar9002_hw_antdiv_comb_conf_get()
408
regval |= ((antconf->
fast_div_bias
<< AR_PHY_9285_FAST_DIV_BIAS_S)
in ar9002_hw_antdiv_comb_conf_set()
H
A
D
ath9k.h
942
int
fast_div_bias
;
member
H
A
D
ar9003_phy.c
1508
antconf->
fast_div_bias
= (regval & AR_PHY_ANT_FAST_DIV_BIAS) >>
in ar9003_hw_antdiv_comb_conf_get()
1545
regval |= ((antconf->
fast_div_bias
<< AR_PHY_ANT_FAST_DIV_BIAS_S)
in ar9003_hw_antdiv_comb_conf_set()
H
A
D
hw.h
565
u8
fast_div_bias
;
member
H
A
D
init.c
468
sc->ant_comb.
fast_div_bias
= 3;
in ath9k_init_pcoem_platform()
Completed in 23 milliseconds