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:IXP4XX_PCI_CSR
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
H
A
D
ixp4xx-regs.h
220
#define
IXP4XX_PCI_CSR
(x) ((volatile u32 *)(IXP4XX_PCI_CFG_BASE_VIRT+(x)))
macro
222
#define PCI_NP_AD
IXP4XX_PCI_CSR
(PCI_NP_AD_OFFSET)
223
#define PCI_NP_CBE
IXP4XX_PCI_CSR
(PCI_NP_CBE_OFFSET)
224
#define PCI_NP_WDATA
IXP4XX_PCI_CSR
(PCI_NP_WDATA_OFFSET)
225
#define PCI_NP_RDATA
IXP4XX_PCI_CSR
(PCI_NP_RDATA_OFFSET)
226
#define PCI_CRP_AD_CBE
IXP4XX_PCI_CSR
(PCI_CRP_AD_CBE_OFFSET)
227
#define PCI_CRP_WDATA
IXP4XX_PCI_CSR
(PCI_CRP_WDATA_OFFSET)
228
#define PCI_CRP_RDATA
IXP4XX_PCI_CSR
(PCI_CRP_RDATA_OFFSET)
229
#define PCI_CSR
IXP4XX_PCI_CSR
(PCI_CSR_OFFSET)
230
#define PCI_ISR
IXP4XX_PCI_CSR
(PCI_ISR_OFFSE
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-ixp4xx.c
38
#define
IXP4XX_PCI_CSR
0x1c
macro
553
val = ixp4xx_readl(p,
IXP4XX_PCI_CSR
);
in ixp4xx_pci_probe()
636
ixp4xx_writel(p,
IXP4XX_PCI_CSR
, val);
in ixp4xx_pci_probe()
Completed in 3 milliseconds