summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pnx0101.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/firmware/export/pnx0101.h b/firmware/export/pnx0101.h
index 4408c0aa5b..4867c6b25d 100644
--- a/firmware/export/pnx0101.h
+++ b/firmware/export/pnx0101.h
@@ -64,4 +64,18 @@
64#define ADCR24 (*(volatile unsigned long *)0x80002424) 64#define ADCR24 (*(volatile unsigned long *)0x80002424)
65#define ADCR28 (*(volatile unsigned long *)0x80002428) 65#define ADCR28 (*(volatile unsigned long *)0x80002428)
66 66
67#define DMAINTSTAT (*(volatile unsigned long *)0x80104c04)
68#define DMAINTEN (*(volatile unsigned long *)0x80104c08)
69
70#define DMASRC(n) (*(volatile unsigned long *)(0x80104800 + (n) * 0x20))
71#define DMADEST(n) (*(volatile unsigned long *)(0x80104804 + (n) * 0x20))
72#define DMALEN(n) (*(volatile unsigned long *)(0x80104808 + (n) * 0x20))
73#define DMAR0C(n) (*(volatile unsigned long *)(0x8010480c + (n) * 0x20))
74#define DMAR10(n) (*(volatile unsigned long *)(0x80104810 + (n) * 0x20))
75#define DMAR1C(n) (*(volatile unsigned long *)(0x8010481c + (n) * 0x20))
76
77#define MMUBLOCK(n) (*(volatile unsigned long *)(0x80105018 + (n) * 4))
78
79#define CODECVOL (*(volatile unsigned long *)0x80200398)
80
67#endif 81#endif