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:max_lb_gain
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_g.c
1111
int
max_lb_gain
= gphy->
max_lb_gain
;
in radio2050_rfover_val()
local
1116
max_lb_gain
+= 0x3E;
in radio2050_rfover_val()
1118
max_lb_gain
+= 0x26;
in radio2050_rfover_val()
1119
if (
max_lb_gain
>= 0x46) {
in radio2050_rfover_val()
1121
max_lb_gain
-= 0x46;
in radio2050_rfover_val()
1122
} else if (
max_lb_gain
>= 0x3A) {
in radio2050_rfover_val()
1124
max_lb_gain
-= 0x3A;
in radio2050_rfover_val()
1125
} else if (
max_lb_gain
>= 0x2E) {
in radio2050_rfover_val()
1127
max_lb_gain
in radio2050_rfover_val()
[all...]
H
A
D
phy_g.h
159
s16
max_lb_gain
; /* Maximum Loopback gain in hdB */
member
H
A
D
lo.c
187
lb_gain = gphy->
max_lb_gain
/ 2;
in lo_measure_txctl_values()
752
max_rx_gain += gphy->
max_lb_gain
;
in b43_calibrate_lo_setting()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_g.c
1111
int
max_lb_gain
= gphy->
max_lb_gain
;
in radio2050_rfover_val()
local
1116
max_lb_gain
+= 0x3E;
in radio2050_rfover_val()
1118
max_lb_gain
+= 0x26;
in radio2050_rfover_val()
1119
if (
max_lb_gain
>= 0x46) {
in radio2050_rfover_val()
1121
max_lb_gain
-= 0x46;
in radio2050_rfover_val()
1122
} else if (
max_lb_gain
>= 0x3A) {
in radio2050_rfover_val()
1124
max_lb_gain
-= 0x3A;
in radio2050_rfover_val()
1125
} else if (
max_lb_gain
>= 0x2E) {
in radio2050_rfover_val()
1127
max_lb_gain
in radio2050_rfover_val()
[all...]
H
A
D
phy_g.h
159
s16
max_lb_gain
; /* Maximum Loopback gain in hdB */
member
H
A
D
lo.c
187
lb_gain = gphy->
max_lb_gain
/ 2;
in lo_measure_txctl_values()
752
max_rx_gain += gphy->
max_lb_gain
;
in b43_calibrate_lo_setting()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H
A
D
b43legacy.h
456
s16
max_lb_gain
; /* Maximum Loopback gain in hdB */
member
H
A
D
main.c
3099
phy->
max_lb_gain
= 0;
in setup_struct_phy_for_init()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H
A
D
b43legacy.h
456
s16
max_lb_gain
; /* Maximum Loopback gain in hdB */
member
H
A
D
main.c
3100
phy->
max_lb_gain
= 0;
in setup_struct_phy_for_init()
Completed in 22 milliseconds