summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 073d33e494..0d2ffc4d94 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -584,8 +584,10 @@
584#define CACHE_DATA_BASE (*(volatile unsigned long*)(0xf0000000)) 584#define CACHE_DATA_BASE (*(volatile unsigned long*)(0xf0000000))
585/* 0xf0002000-0xf0003fff */ 585/* 0xf0002000-0xf0003fff */
586#define CACHE_DATA_MIRROR_BASE (*(volatile unsigned long*)(0xf0002000)) 586#define CACHE_DATA_MIRROR_BASE (*(volatile unsigned long*)(0xf0002000))
587/* 0xf0004000-0xf0007fff */ 587/* 0xf0004000-0xf0005fff */
588#define CACHE_STATUS_BASE (*(volatile unsigned long*)(0xf0004000)) 588#define CACHE_STATUS_BASE_CPU (*(volatile unsigned long*)(0xf0004000))
589/* 0xf0006000-0xf0007fff */
590#define CACHE_STATUS_BASE_COP (*(volatile unsigned long*)(0xf0006000))
589#define CACHE_FLUSH_BASE (*(volatile unsigned long*)(0xf0008000)) 591#define CACHE_FLUSH_BASE (*(volatile unsigned long*)(0xf0008000))
590#define CACHE_INVALID_BASE (*(volatile unsigned long*)(0xf000c000)) 592#define CACHE_INVALID_BASE (*(volatile unsigned long*)(0xf000c000))
591#define MMAP_PHYS_READ_MASK 0x0100 593#define MMAP_PHYS_READ_MASK 0x0100