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:bb_mult_save
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
phy_ht.c
350
if (phy_ht->
bb_mult_save
[i] >= 0) {
in b43_phy_ht_stop_playback()
352
phy_ht->
bb_mult_save
[i]);
in b43_phy_ht_stop_playback()
354
phy_ht->
bb_mult_save
[i]);
in b43_phy_ht_stop_playback()
382
if (phy_ht->
bb_mult_save
[i] < 0)
in b43_phy_ht_run_samples()
383
phy_ht->
bb_mult_save
[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4));
in b43_phy_ht_run_samples()
866
phy_ht->
bb_mult_save
[i] = -1;
in b43_phy_ht_op_prepare_structs()
H
A
D
phy_ht.h
133
s32
bb_mult_save
[3];
member
H
A
D
phy_n.h
948
u32
bb_mult_save
;
member
H
A
D
phy_n.c
1605
if ((nphy->
bb_mult_save
& 0x80000000) == 0) {
in b43_nphy_run_samples()
1607
nphy->
bb_mult_save
= (tmp & 0xFFFF) | 0x80000000;
in b43_nphy_run_samples()
3531
if (nphy->
bb_mult_save
& 0x80000000) {
in b43_nphy_stop_playback()
3532
tmp = nphy->
bb_mult_save
& 0xFFFF;
in b43_nphy_stop_playback()
3534
nphy->
bb_mult_save
= 0;
in b43_nphy_stop_playback()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
phy_ht.c
350
if (phy_ht->
bb_mult_save
[i] >= 0) {
in b43_phy_ht_stop_playback()
352
phy_ht->
bb_mult_save
[i]);
in b43_phy_ht_stop_playback()
354
phy_ht->
bb_mult_save
[i]);
in b43_phy_ht_stop_playback()
382
if (phy_ht->
bb_mult_save
[i] < 0)
in b43_phy_ht_run_samples()
383
phy_ht->
bb_mult_save
[i] = b43_httab_read(dev, B43_HTTAB16(13, 0x63 + i * 4));
in b43_phy_ht_run_samples()
866
phy_ht->
bb_mult_save
[i] = -1;
in b43_phy_ht_op_prepare_structs()
H
A
D
phy_ht.h
133
s32
bb_mult_save
[3];
member
H
A
D
phy_n.h
948
u32
bb_mult_save
;
member
H
A
D
phy_n.c
1605
if ((nphy->
bb_mult_save
& 0x80000000) == 0) {
in b43_nphy_run_samples()
1607
nphy->
bb_mult_save
= (tmp & 0xFFFF) | 0x80000000;
in b43_nphy_run_samples()
3527
if (nphy->
bb_mult_save
& 0x80000000) {
in b43_nphy_stop_playback()
3528
tmp = nphy->
bb_mult_save
& 0xFFFF;
in b43_nphy_stop_playback()
3530
nphy->
bb_mult_save
= 0;
in b43_nphy_stop_playback()
Completed in 27 milliseconds