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:drb_reg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
4692
void __iomem *
drb_reg
;
in lpfc_idiag_drbacc_write()
local
4728
drb_reg
= phba->sli4_hba.EQDBregaddr;
in lpfc_idiag_drbacc_write()
4731
drb_reg
= phba->sli4_hba.CQDBregaddr;
in lpfc_idiag_drbacc_write()
4734
drb_reg
= phba->sli4_hba.MQDBregaddr;
in lpfc_idiag_drbacc_write()
4737
drb_reg
= phba->sli4_hba.WQDBregaddr;
in lpfc_idiag_drbacc_write()
4740
drb_reg
= phba->sli4_hba.RQDBregaddr;
in lpfc_idiag_drbacc_write()
4749
reg_val = readl(
drb_reg
);
in lpfc_idiag_drbacc_write()
4753
reg_val = readl(
drb_reg
);
in lpfc_idiag_drbacc_write()
4756
writel(reg_val,
drb_reg
);
in lpfc_idiag_drbacc_write()
4757
readl(
drb_reg
); /* flus
in lpfc_idiag_drbacc_write()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_debugfs.c
4691
void __iomem *
drb_reg
;
in lpfc_idiag_drbacc_write()
local
4727
drb_reg
= phba->sli4_hba.EQDBregaddr;
in lpfc_idiag_drbacc_write()
4730
drb_reg
= phba->sli4_hba.CQDBregaddr;
in lpfc_idiag_drbacc_write()
4733
drb_reg
= phba->sli4_hba.MQDBregaddr;
in lpfc_idiag_drbacc_write()
4736
drb_reg
= phba->sli4_hba.WQDBregaddr;
in lpfc_idiag_drbacc_write()
4739
drb_reg
= phba->sli4_hba.RQDBregaddr;
in lpfc_idiag_drbacc_write()
4748
reg_val = readl(
drb_reg
);
in lpfc_idiag_drbacc_write()
4752
reg_val = readl(
drb_reg
);
in lpfc_idiag_drbacc_write()
4755
writel(reg_val,
drb_reg
);
in lpfc_idiag_drbacc_write()
4756
readl(
drb_reg
); /* flus
in lpfc_idiag_drbacc_write()
[all...]
Completed in 11 milliseconds