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:pwr_adjust
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_g.c
2887
int estimated_pwr, desired_pwr,
pwr_adjust
;
in b43_gphy_op_recalc_txpower()
local
2945
pwr_adjust
= desired_pwr - estimated_pwr;
in b43_gphy_op_recalc_txpower()
2946
if (
pwr_adjust
== 0)
in b43_gphy_op_recalc_txpower()
2950
rfatt_delta = ((
pwr_adjust
+ 7) / 8);
in b43_gphy_op_recalc_txpower()
2955
bbatt_delta =
pwr_adjust
/ 2;
in b43_gphy_op_recalc_txpower()
2964
int dbm =
pwr_adjust
< 0 ? -
pwr_adjust
:
pwr_adjust
;
in b43_gphy_op_recalc_txpower()
2968
(
pwr_adjust
< 0 ? "-" : ""), Q52_ARG(dbm),
in b43_gphy_op_recalc_txpower()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_g.c
2887
int estimated_pwr, desired_pwr,
pwr_adjust
;
in b43_gphy_op_recalc_txpower()
local
2945
pwr_adjust
= desired_pwr - estimated_pwr;
in b43_gphy_op_recalc_txpower()
2946
if (
pwr_adjust
== 0)
in b43_gphy_op_recalc_txpower()
2950
rfatt_delta = ((
pwr_adjust
+ 7) / 8);
in b43_gphy_op_recalc_txpower()
2955
bbatt_delta =
pwr_adjust
/ 2;
in b43_gphy_op_recalc_txpower()
2964
int dbm =
pwr_adjust
< 0 ? -
pwr_adjust
:
pwr_adjust
;
in b43_gphy_op_recalc_txpower()
2968
(
pwr_adjust
< 0 ? "-" : ""), Q52_ARG(dbm),
in b43_gphy_op_recalc_txpower()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
phy.c
1764
s16
pwr_adjust
;
in b43legacy_phy_xmitpower()
local
1851
pwr_adjust
= (desired_pwr - estimated_pwr) / 2;
in b43legacy_phy_xmitpower()
1854
radio_att_delta = -(
pwr_adjust
+ 7) >> 3;
in b43legacy_phy_xmitpower()
1856
baseband_att_delta = -(
pwr_adjust
>> 1) - (4 * radio_att_delta);
in b43legacy_phy_xmitpower()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
phy.c
1764
s16
pwr_adjust
;
in b43legacy_phy_xmitpower()
local
1851
pwr_adjust
= (desired_pwr - estimated_pwr) / 2;
in b43legacy_phy_xmitpower()
1854
radio_att_delta = -(
pwr_adjust
+ 7) >> 3;
in b43legacy_phy_xmitpower()
1856
baseband_att_delta = -(
pwr_adjust
>> 1) - (4 * radio_att_delta);
in b43legacy_phy_xmitpower()
Completed in 14 milliseconds