repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
OMAP3: PM: Ensure MUSB block can idle when driver not loaded
[linux-ginger.git]
/
arch
/
arm
/
mach-iop32x
/
include
/
mach
/
memory.h
blob
c30f6450ad50de9681f64b1e41fb304152290e01
1
/*
2
* arch/arm/mach-iop32x/include/mach/memory.h
3
*/
4
5
#ifndef __MEMORY_H
6
#define __MEMORY_H
7
8
/*
9
* Physical DRAM offset.
10
*/
11
#define PHYS_OFFSET UL(0xa0000000)
12
13
#endif