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:tx_lpf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
28
u16
tx_lpf
[2];
member
36
u16
tx_lpf
;
member
3560
params->
tx_lpf
= target.
tx_lpf
[core]; /* Rev 7+ */
in b43_nphy_iq_cal_gain_params()
3568
params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->
tx_lpf
<< 15);
in b43_nphy_iq_cal_gain_params()
5032
target.
tx_lpf
[i] = (curr_gain[i] & 0x8000) >> 15;
in b43_nphy_get_tx_gains()
5065
target.
tx_lpf
[i] = (table[index[i]] >> 31) & 0x1;
in b43_nphy_get_tx_gains()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
28
u16
tx_lpf
[2];
member
36
u16
tx_lpf
;
member
3556
params->
tx_lpf
= target.
tx_lpf
[core]; /* Rev 7+ */
in b43_nphy_iq_cal_gain_params()
3564
params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->
tx_lpf
<< 15);
in b43_nphy_iq_cal_gain_params()
4981
target.
tx_lpf
[i] = (curr_gain[i] & 0x8000) >> 15;
in b43_nphy_get_tx_gains()
5014
target.
tx_lpf
[i] = (table[index[i]] >> 31) & 0x1;
in b43_nphy_get_tx_gains()
Completed in 14 milliseconds