summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index cdf0318e55..b0c31d9474 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -214,8 +214,9 @@
214 214
215/* Cache Control */ 215/* Cache Control */
216#define CACHE_CTL (*(volatile unsigned long *)(0xcf004024)) 216#define CACHE_CTL (*(volatile unsigned long *)(0xcf004024))
217#define CACHE_RUN 0x1 217#define CACHE_CTL_DISABLE 0x0
218#define CACHE_INIT 0x2 218#define CACHE_CTL_RUN 0x1
219#define CACHE_CTL_INIT 0x2
219 220
220#define CACHE_MASK (*(volatile unsigned long *)(0xf000f020)) 221#define CACHE_MASK (*(volatile unsigned long *)(0xf000f020))
221#define CACHE_OPERATION (*(volatile unsigned long *)(0xf000f024)) 222#define CACHE_OPERATION (*(volatile unsigned long *)(0xf000f024))
@@ -239,6 +240,8 @@
239#define PLL_MULT (*(volatile unsigned long *)(0xcf00501c)) 240#define PLL_MULT (*(volatile unsigned long *)(0xcf00501c))
240#define PLL_UNLOCK (*(volatile unsigned long *)(0xcf005038)) 241#define PLL_UNLOCK (*(volatile unsigned long *)(0xcf005038))
241 242
243#define MMAP_FIRST (*(volatile unsigned long *)(0xf000f000))
244#define MMAP_LAST (*(volatile unsigned long *)(0xf000f01c))
242#define MMAP0_LOGICAL (*(volatile unsigned long *)(0xf000f000)) 245#define MMAP0_LOGICAL (*(volatile unsigned long *)(0xf000f000))
243#define MMAP0_PHYSICAL (*(volatile unsigned long *)(0xf000f004)) 246#define MMAP0_PHYSICAL (*(volatile unsigned long *)(0xf000f004))
244#define MMAP1_LOGICAL (*(volatile unsigned long *)(0xf000f008)) 247#define MMAP1_LOGICAL (*(volatile unsigned long *)(0xf000f008))