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:ORION5X_PCI_REG
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
pci.c
193
#define
ORION5X_PCI_REG
(x) (ORION5X_PCI_VIRT_BASE + (x))
macro
194
#define PCI_MODE
ORION5X_PCI_REG
(0xd00)
195
#define PCI_CMD
ORION5X_PCI_REG
(0xc00)
196
#define PCI_P2P_CONF
ORION5X_PCI_REG
(0x1d14)
197
#define PCI_CONF_ADDR
ORION5X_PCI_REG
(0xc78)
198
#define PCI_CONF_DATA
ORION5X_PCI_REG
(0xc7c)
240
#define PCI_BAR_SIZE_DDR_CS(n) (((n) == 0) ?
ORION5X_PCI_REG
(0xc08) : \
241
((n) == 1) ?
ORION5X_PCI_REG
(0xd08) : \
242
((n) == 2) ?
ORION5X_PCI_REG
(0xc0c) : \
243
((n) == 3) ?
ORION5X_PCI_REG
(
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
pci.c
193
#define
ORION5X_PCI_REG
(x) (ORION5X_PCI_VIRT_BASE + (x))
macro
194
#define PCI_MODE
ORION5X_PCI_REG
(0xd00)
195
#define PCI_CMD
ORION5X_PCI_REG
(0xc00)
196
#define PCI_P2P_CONF
ORION5X_PCI_REG
(0x1d14)
197
#define PCI_CONF_ADDR
ORION5X_PCI_REG
(0xc78)
198
#define PCI_CONF_DATA
ORION5X_PCI_REG
(0xc7c)
240
#define PCI_BAR_SIZE_DDR_CS(n) (((n) == 0) ?
ORION5X_PCI_REG
(0xc08) : \
241
((n) == 1) ?
ORION5X_PCI_REG
(0xd08) : \
242
((n) == 2) ?
ORION5X_PCI_REG
(0xc0c) : \
243
((n) == 3) ?
ORION5X_PCI_REG
(
[all...]
Completed in 2 milliseconds