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:txgain
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3135
u32 bbmultiqcomp,
txgain
, locoeffs, rfpower;
in wlc_lcnphy_set_tx_pwr_by_index()
local
3154
tab.tbl_ptr = &
txgain
;
in wlc_lcnphy_set_tx_pwr_by_index()
3157
gains.gm_gain = (u16) (
txgain
& 0xff);
in wlc_lcnphy_set_tx_pwr_by_index()
3158
gains.pga_gain = (u16) (
txgain
>> 8) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3159
gains.pad_gain = (u16) (
txgain
>> 16) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3162
wlc_lcnphy_set_pa_gain(pi, (u16) (
txgain
>> 24) & 0x7f);
in wlc_lcnphy_set_tx_pwr_by_index()
H
A
D
phy_n.c
27708
u32
txgain
;
in wlc_phy_txpwr_fixpower_nphy()
local
27759
txgain
= tx_gaintbl[txpi[core]];
in wlc_phy_txpwr_fixpower_nphy()
27763
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27767
txgain
= (
in wlc_phy_txpwr_fixpower_nphy()
27775
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27782
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27786
txgain
= nphy_tpc_txgain_rev3
in wlc_phy_txpwr_fixpower_nphy()
27792
txgain
= nphy_tpc_txgain[txpi[core]];
in wlc_phy_txpwr_fixpower_nphy()
27796
rad_gain = (
txgain
>> 16) & ((1 << (32 - 16 + 1)) - 1);
in wlc_phy_txpwr_fixpower_nphy()
27798
rad_gain = (
txgain
>> 1
in wlc_phy_txpwr_fixpower_nphy()
28309
u32
txgain
;
wlc_phy_txpwr_index_nphy()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H
A
D
phy_lcn.c
3135
u32 bbmultiqcomp,
txgain
, locoeffs, rfpower;
in wlc_lcnphy_set_tx_pwr_by_index()
local
3154
tab.tbl_ptr = &
txgain
;
in wlc_lcnphy_set_tx_pwr_by_index()
3157
gains.gm_gain = (u16) (
txgain
& 0xff);
in wlc_lcnphy_set_tx_pwr_by_index()
3158
gains.pga_gain = (u16) (
txgain
>> 8) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3159
gains.pad_gain = (u16) (
txgain
>> 16) & 0xff;
in wlc_lcnphy_set_tx_pwr_by_index()
3162
wlc_lcnphy_set_pa_gain(pi, (u16) (
txgain
>> 24) & 0x7f);
in wlc_lcnphy_set_tx_pwr_by_index()
H
A
D
phy_n.c
27708
u32
txgain
;
in wlc_phy_txpwr_fixpower_nphy()
local
27759
txgain
= tx_gaintbl[txpi[core]];
in wlc_phy_txpwr_fixpower_nphy()
27763
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27767
txgain
= (
in wlc_phy_txpwr_fixpower_nphy()
27775
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27782
txgain
=
in wlc_phy_txpwr_fixpower_nphy()
27786
txgain
= nphy_tpc_txgain_rev3
in wlc_phy_txpwr_fixpower_nphy()
27792
txgain
= nphy_tpc_txgain[txpi[core]];
in wlc_phy_txpwr_fixpower_nphy()
27796
rad_gain = (
txgain
>> 16) & ((1 << (32 - 16 + 1)) - 1);
in wlc_phy_txpwr_fixpower_nphy()
27798
rad_gain = (
txgain
>> 1
in wlc_phy_txpwr_fixpower_nphy()
28309
u32
txgain
;
wlc_phy_txpwr_index_nphy()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
3746
u32
txgain
;
in b43_nphy_tx_power_fix()
local
3795
txgain
= *(table + txpi[i]);
in b43_nphy_tx_power_fix()
3798
radio_gain = (
txgain
>> 16) & 0x1FFFF;
in b43_nphy_tx_power_fix()
3800
radio_gain = (
txgain
>> 16) & 0x1FFF;
in b43_nphy_tx_power_fix()
3803
dac_gain = (
txgain
>> 8) & 0x7;
in b43_nphy_tx_power_fix()
3805
dac_gain = (
txgain
>> 8) & 0x3F;
in b43_nphy_tx_power_fix()
3806
bbmult =
txgain
& 0xFF;
in b43_nphy_tx_power_fix()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_n.c
3742
u32
txgain
;
in b43_nphy_tx_power_fix()
local
3791
txgain
= *(table + txpi[i]);
in b43_nphy_tx_power_fix()
3794
radio_gain = (
txgain
>> 16) & 0x1FFFF;
in b43_nphy_tx_power_fix()
3796
radio_gain = (
txgain
>> 16) & 0x1FFF;
in b43_nphy_tx_power_fix()
3799
dac_gain = (
txgain
>> 8) & 0x7;
in b43_nphy_tx_power_fix()
3801
dac_gain = (
txgain
>> 8) & 0x3F;
in b43_nphy_tx_power_fix()
3802
bbmult =
txgain
& 0xFF;
in b43_nphy_tx_power_fix()
Completed in 114 milliseconds