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:dbi_base
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H
A
D
pcie-dw-rockchip.c
142
void __iomem *
dbi_base
;
member
1062
rk_pcie->pci->atu_base = rk_pcie->pci->
dbi_base
+ DEFAULT_DBI_ATU_OFFSET;
in rk_pcie_add_ep()
1140
struct resource *
dbi_base
;
in rk_pcie_resource_get()
local
1143
dbi_base
= platform_get_resource_byname(pdev, IORESOURCE_MEM,
in rk_pcie_resource_get()
1145
if (!
dbi_base
) {
in rk_pcie_resource_get()
1150
rk_pcie->
dbi_base
= devm_ioremap_resource(&pdev->dev,
dbi_base
);
in rk_pcie_resource_get()
1151
if (IS_ERR(rk_pcie->
dbi_base
))
in rk_pcie_resource_get()
1152
return PTR_ERR(rk_pcie->
dbi_base
);
in rk_pcie_resource_get()
1154
rk_pcie->pci->
dbi_base
in rk_pcie_resource_get()
[all...]
/device/soc/rockchip/common/vendor/drivers/pci/
H
A
D
pcie-dw-rockchip.c
129
void __iomem *
dbi_base
;
member
998
struct resource *
dbi_base
;
in rk_pcie_resource_get()
local
1001
dbi_base
= platform_get_resource_byname(pdev, IORESOURCE_MEM, "pcie-dbi");
in rk_pcie_resource_get()
1002
if (!
dbi_base
) {
in rk_pcie_resource_get()
1007
rk_pcie->
dbi_base
= devm_ioremap_resource(&pdev->dev,
dbi_base
);
in rk_pcie_resource_get()
1008
if (IS_ERR(rk_pcie->
dbi_base
)) {
in rk_pcie_resource_get()
1009
return PTR_ERR(rk_pcie->
dbi_base
);
in rk_pcie_resource_get()
1012
rk_pcie->pci->
dbi_base
= rk_pcie->
dbi_base
;
in rk_pcie_resource_get()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/dwc/
H
A
D
pcie-designware.h
135
* The default address offset between
dbi_base
and atu_base. Root controller
137
* default; the driver core automatically derives atu_base from
dbi_base
using
259
void __iomem *
dbi_base
;
member
Completed in 6 milliseconds