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:va_cfg0_base
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-designware-host.c
309
} else if (!pp->
va_cfg0_base
) {
in dw_pcie_host_init()
344
if (!pp->
va_cfg0_base
) {
in dw_pcie_host_init()
345
pp->
va_cfg0_base
= devm_pci_remap_cfgspace(dev,
in dw_pcie_host_init()
347
if (!pp->
va_cfg0_base
) {
in dw_pcie_host_init()
472
return pp->
va_cfg0_base
+ where;
in dw_pcie_other_conf_map_bus()
H
A
D
pcie-al.c
231
pci_base_addr = (void __iomem *)((uintptr_t)pp->
va_cfg0_base
+
in al_pcie_conf_addr_map_bus()
H
A
D
pcie-designware.h
183
void __iomem *
va_cfg0_base
;
member
H
A
D
pci-keystone.c
448
return pp->
va_cfg0_base
+ where;
in ks_pcie_other_map_bus()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pcie-designware-host.c
418
pp->
va_cfg0_base
= devm_pci_remap_cfg_resource(dev, res);
in dw_pcie_host_init()
419
if (IS_ERR(pp->
va_cfg0_base
))
in dw_pcie_host_init()
420
return PTR_ERR(pp->
va_cfg0_base
);
in dw_pcie_host_init()
576
return pp->
va_cfg0_base
+ where;
in dw_pcie_other_conf_map_bus()
H
A
D
pcie-al.c
236
return pp->
va_cfg0_base
+ PCIE_ECAM_OFFSET(busnr_ecam, devfn, where);
in al_pcie_conf_addr_map_bus()
H
A
D
pcie-designware.h
312
void __iomem *
va_cfg0_base
;
member
H
A
D
pci-keystone.c
441
return pp->
va_cfg0_base
+ where;
in ks_pcie_other_map_bus()
Completed in 11 milliseconds