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:pad_gain
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lcn.c
43
u16
pad_gain
;
member
519
(target_gains->
pad_gain
| (pa_gain << 8)));
in b43_phy_lcn_set_tx_gain()
523
(target_gains->
pad_gain
| (pa_gain << 8)));
in b43_phy_lcn_set_tx_gain()
541
tx_gains.
pad_gain
= 12;
in b43_phy_lcn_tx_pwr_ctl_init()
547
tx_gains.
pad_gain
= 14;
in b43_phy_lcn_tx_pwr_ctl_init()
H
A
D
phy_n.c
4224
u8 pga_gain,
pad_gain
;
in b43_nphy_tx_gain_table_upload()
local
4258
pad_gain
= (table[i] >> 19) & 0x1f;
in b43_nphy_tx_gain_table_upload()
4260
rfpwr_offset = rf_pwr_offset_table[
pad_gain
];
in b43_nphy_tx_gain_table_upload()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_lcn.c
43
u16
pad_gain
;
member
519
(target_gains->
pad_gain
| (pa_gain << 8)));
in b43_phy_lcn_set_tx_gain()
523
(target_gains->
pad_gain
| (pa_gain << 8)));
in b43_phy_lcn_set_tx_gain()
541
tx_gains.
pad_gain
= 12;
in b43_phy_lcn_tx_pwr_ctl_init()
547
tx_gains.
pad_gain
= 14;
in b43_phy_lcn_tx_pwr_ctl_init()
H
A
D
phy_n.c
4220
u8 pga_gain,
pad_gain
;
in b43_nphy_tx_gain_table_upload()
local
4254
pad_gain
= (table[i] >> 19) & 0x1f;
in b43_nphy_tx_gain_table_upload()
4256
rfpwr_offset = rf_pwr_offset_table[
pad_gain
];
in b43_nphy_tx_gain_table_upload()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
144
u16
pad_gain
;
member
1008
gains->
pad_gain
= rfgain1 & 0xff;
in wlc_lcnphy_get_tx_gain()
1874
((target_gains->
pad_gain
) | (pa_gain << 8)) << 0);
in wlc_lcnphy_set_tx_gain()
1884
((target_gains->
pad_gain
) | (pa_gain << 8)) << 0);
in wlc_lcnphy_set_tx_gain()
2663
(target_gains->pga_gain << 4) | (target_gains->
pad_gain
);
in wlc_lcnphy_tx_iqlo_cal()
2675
cal_gains.
pad_gain
=
in wlc_lcnphy_tx_iqlo_cal()
3026
tx_gains.
pad_gain
= 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3033
tx_gains.
pad_gain
= 14;
in wlc_lcnphy_tx_pwr_ctrl_init()
3159
gains.
pad_gain
= (u16) (txgain >> 16) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3860
target_gains.
pad_gain
in wlc_lcnphy_txpwrtbl_iqlo_cal()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
144
u16
pad_gain
;
member
1008
gains->
pad_gain
= rfgain1 & 0xff;
in wlc_lcnphy_get_tx_gain()
1874
((target_gains->
pad_gain
) | (pa_gain << 8)) << 0);
in wlc_lcnphy_set_tx_gain()
1884
((target_gains->
pad_gain
) | (pa_gain << 8)) << 0);
in wlc_lcnphy_set_tx_gain()
2663
(target_gains->pga_gain << 4) | (target_gains->
pad_gain
);
in wlc_lcnphy_tx_iqlo_cal()
2675
cal_gains.
pad_gain
=
in wlc_lcnphy_tx_iqlo_cal()
3026
tx_gains.
pad_gain
= 12;
in wlc_lcnphy_tx_pwr_ctrl_init()
3033
tx_gains.
pad_gain
= 14;
in wlc_lcnphy_tx_pwr_ctrl_init()
3159
gains.
pad_gain
= (u16) (txgain >> 16) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3860
target_gains.
pad_gain
in wlc_lcnphy_txpwrtbl_iqlo_cal()
[all...]
Completed in 26 milliseconds