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:P4SEGADDR
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/drivers/superhyway/
H
A
D
ops-sh4-202.c
16
#define PHYS_EMI_CBLOCK
P4SEGADDR
(0x1ec00000)
17
#define PHYS_EMI_DBLOCK
P4SEGADDR
(0x08000000)
18
#define PHYS_FEMI_CBLOCK
P4SEGADDR
(0x1f800000)
19
#define PHYS_FEMI_DBLOCK
P4SEGADDR
(0x00000000)
21
#define PHYS_EPBR_BLOCK
P4SEGADDR
(0x1de00000)
22
#define PHYS_DMAC_BLOCK
P4SEGADDR
(0x1fa00000)
23
#define PHYS_PBR_BLOCK
P4SEGADDR
(0x1fc00000)
65
.start =
P4SEGADDR
(0x1e7ffff8),
66
.end =
P4SEGADDR
(0x1e7ffff8 + (sizeof(u32) * 2) - 1),
96
.start =
P4SEGADDR
(
[all...]
/kernel/linux/linux-6.6/arch/sh/drivers/superhyway/
H
A
D
ops-sh4-202.c
16
#define PHYS_EMI_CBLOCK
P4SEGADDR
(0x1ec00000)
17
#define PHYS_EMI_DBLOCK
P4SEGADDR
(0x08000000)
18
#define PHYS_FEMI_CBLOCK
P4SEGADDR
(0x1f800000)
19
#define PHYS_FEMI_DBLOCK
P4SEGADDR
(0x00000000)
21
#define PHYS_EPBR_BLOCK
P4SEGADDR
(0x1de00000)
22
#define PHYS_DMAC_BLOCK
P4SEGADDR
(0x1fa00000)
23
#define PHYS_PBR_BLOCK
P4SEGADDR
(0x1fc00000)
65
.start =
P4SEGADDR
(0x1e7ffff8),
66
.end =
P4SEGADDR
(0x1e7ffff8 + (sizeof(u32) * 2) - 1),
96
.start =
P4SEGADDR
(
[all...]
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
addrspace.h
36
#define
P4SEGADDR
(a) \
macro
45
#define
P4SEGADDR
(a) ({ (void)(a); BUG(); NULL; })
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
addrspace.h
36
#define
P4SEGADDR
(a) \
macro
45
#define
P4SEGADDR
(a) ({ (void)(a); BUG(); NULL; })
macro
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
ioremap.c
67
return (void __iomem *)
P4SEGADDR
(offset);
in __ioremap_29bit()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
ioremap.c
67
return (void __iomem *)
P4SEGADDR
(offset);
in __ioremap_29bit()
Completed in 2 milliseconds