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:gain_band
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
rtw8852c.c
804
u8
gain_band
= rtw89_subband_to_bb_gain_band(subband);
in rtw8852c_set_gain_error()
local
817
val = gain->lna_gain[
gain_band
][path][i];
in rtw8852c_set_gain_error()
828
val = gain->lna_gain_bypass[
gain_band
][path][i];
in rtw8852c_set_gain_error()
834
val = gain->lna_op1db[
gain_band
][path][i];
in rtw8852c_set_gain_error()
839
val = gain->tia_lna_op1db[
gain_band
][path][i];
in rtw8852c_set_gain_error()
847
val = gain->tia_lna_op1db[
gain_band
][path][7];
in rtw8852c_set_gain_error()
858
val = gain->tia_gain[
gain_band
][path][i];
in rtw8852c_set_gain_error()
873
enum rtw89_gain_offset
gain_band
;
in rtw8852c_set_gain_offset()
local
892
gain_band
= rtw89_subband_to_gain_offset_band_of_ofdm(chan->subband_type);
in rtw8852c_set_gain_offset()
894
offset_q0 = -efuse_gain->offset[path][
gain_band
];
in rtw8852c_set_gain_offset()
[all...]
H
A
D
phy.c
867
u8
gain_band
;
member
879
u8 gband = arg.
gain_band
;
in rtw89_phy_cfg_bb_gain_error()
919
u8 gband = arg.
gain_band
;
in rtw89_phy_cfg_bb_rpl_ofst()
1000
u8 gband = arg.
gain_band
;
in rtw89_phy_cfg_bb_gain_bypass()
1027
u8 gband = arg.
gain_band
;
in rtw89_phy_cfg_bb_gain_op1db()
1064
if (arg.
gain_band
>= RTW89_BB_GAIN_BAND_NR)
in rtw89_phy_config_bb_gain()
H
A
D
rtw8851b.c
890
u8
gain_band
= rtw89_subband_to_bb_gain_band(subband);
in rtw8851b_set_gain_error()
local
903
val = gain->lna_gain[
gain_band
][path][i];
in rtw8851b_set_gain_error()
914
val = gain->tia_gain[
gain_band
][path][i];
in rtw8851b_set_gain_error()
H
A
D
rtw8852b.c
977
u8
gain_band
= rtw89_subband_to_bb_gain_band(subband);
in rtw8852b_set_gain_error()
local
990
val = gain->lna_gain[
gain_band
][path][i];
in rtw8852b_set_gain_error()
1001
val = gain->tia_gain[
gain_band
][path][i];
in rtw8852b_set_gain_error()
Completed in 15 milliseconds