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:cpm_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pcie-xilinx-cpm.c
121
* @
cpm_base
: CPM System Level Control and Status Register(SLCR) Base
133
void __iomem *
cpm_base
;
member
307
val = readl_relaxed(port->
cpm_base
+ XILINX_CPM_PCIE_IR_STATUS);
in xilinx_cpm_pcie_event_flow()
309
writel_relaxed(val, port->
cpm_base
+
in xilinx_cpm_pcie_event_flow()
317
val = readl_relaxed(port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_STATUS);
in xilinx_cpm_pcie_event_flow()
320
port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_STATUS);
in xilinx_cpm_pcie_event_flow()
511
port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_ENABLE);
in xilinx_cpm_pcie_init_port()
515
port->
cpm_base
+ XILINX_CPM_PCIE_IR_ENABLE);
in xilinx_cpm_pcie_init_port()
538
port->
cpm_base
= devm_platform_ioremap_resource_byname(pdev,
in xilinx_cpm_pcie_parse_dt()
540
if (IS_ERR(port->
cpm_base
))
in xilinx_cpm_pcie_parse_dt()
[all...]
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pcie-xilinx-cpm.c
104
* @
cpm_base
: CPM System Level Control and Status Register(SLCR) Base
115
void __iomem *
cpm_base
;
member
292
val = readl_relaxed(port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_STATUS);
in xilinx_cpm_pcie_event_flow()
295
port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_STATUS);
in xilinx_cpm_pcie_event_flow()
486
port->
cpm_base
+ XILINX_CPM_PCIE_MISC_IR_ENABLE);
in xilinx_cpm_pcie_init_port()
507
port->
cpm_base
= devm_platform_ioremap_resource_byname(pdev,
in xilinx_cpm_pcie_parse_dt()
509
if (IS_ERR(port->
cpm_base
))
in xilinx_cpm_pcie_parse_dt()
510
return PTR_ERR(port->
cpm_base
);
in xilinx_cpm_pcie_parse_dt()
Completed in 3 milliseconds