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:IO_PHYS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-davinci/include/mach/
H
A
D
serial.h
18
#define DAVINCI_UART0_BASE (
IO_PHYS
+ 0x20000)
19
#define DAVINCI_UART1_BASE (
IO_PHYS
+ 0x20400)
20
#define DAVINCI_UART2_BASE (
IO_PHYS
+ 0x20800)
22
#define DA8XX_UART0_BASE (
IO_PHYS
+ 0x042000)
23
#define DA8XX_UART1_BASE (
IO_PHYS
+ 0x10c000)
24
#define DA8XX_UART2_BASE (
IO_PHYS
+ 0x10d000)
H
A
D
hardware.h
25
#define
IO_PHYS
UL(0x01c00000)
macro
28
#define IO_VIRT (
IO_PHYS
+ IO_OFFSET)
H
A
D
da8xx.h
56
#define DA8XX_SYSCFG0_BASE (
IO_PHYS
+ 0x14000)
67
#define DA8XX_SYSCFG1_BASE (
IO_PHYS
+ 0x22C000)
/kernel/linux/linux-6.6/arch/arm/mach-davinci/
H
A
D
hardware.h
23
#define
IO_PHYS
UL(0x01c00000)
macro
26
#define IO_VIRT (
IO_PHYS
+ IO_OFFSET)
H
A
D
da8xx.h
37
#define DA8XX_SYSCFG0_BASE (
IO_PHYS
+ 0x14000)
48
#define DA8XX_SYSCFG1_BASE (
IO_PHYS
+ 0x22C000)
H
A
D
da850.c
256
.pfn = __phys_to_pfn(
IO_PHYS
),
H
A
D
da830.c
453
.pfn = __phys_to_pfn(
IO_PHYS
),
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H
A
D
davinci.h
63
#define DAVINCI_TIMER0_BASE (
IO_PHYS
+ 0x21400)
64
#define DAVINCI_WDOG_BASE (
IO_PHYS
+ 0x21C00)
H
A
D
dm355.c
41
#define DM355_UART2_BASE (
IO_PHYS
+ 0x206000)
42
#define DM355_OSD_BASE (
IO_PHYS
+ 0x70200)
43
#define DM355_VENC_BASE (
IO_PHYS
+ 0x70400)
606
.pfn = __phys_to_pfn(
IO_PHYS
),
H
A
D
dm365.c
618
.pfn = __phys_to_pfn(
IO_PHYS
),
676
#define DM365_UART1_BASE (
IO_PHYS
+ 0x106000)
H
A
D
dm644x.c
540
.pfn = __phys_to_pfn(
IO_PHYS
),
H
A
D
dm646x.c
480
.pfn = __phys_to_pfn(
IO_PHYS
),
H
A
D
da850.c
307
.pfn = __phys_to_pfn(
IO_PHYS
),
H
A
D
da830.c
632
.pfn = __phys_to_pfn(
IO_PHYS
),
Completed in 8 milliseconds