summaryrefslogtreecommitdiff
path: root/firmware/export/tcc730.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/tcc730.h')
-rw-r--r--firmware/export/tcc730.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/export/tcc730.h b/firmware/export/tcc730.h
index 4dfdb151b0..83b85a2cd8 100644
--- a/firmware/export/tcc730.h
+++ b/firmware/export/tcc730.h
@@ -71,6 +71,13 @@
71#define P9CON MMIO(unsigned char,0x56) 71#define P9CON MMIO(unsigned char,0x56)
72#define P10CON MMIO(unsigned char,0x57) 72#define P10CON MMIO(unsigned char,0x57)
73 73
74#define IISCON0 MMIO(unsigned char, 0x0a0)
75#define IISMODE0 MMIO(unsigned char, 0x0a1)
76#define IISPTR0 MMIO(unsigned char, 0x0a2)
77#define IISCON1 MMIO(unsigned char, 0x0a3)
78#define IISMODE1 MMIO(unsigned char, 0x0a4)
79#define IISPTR1 MMIO(unsigned char, 0x0a5)
80
74#define ADDATA MMIO(unsigned int, 0x74) 81#define ADDATA MMIO(unsigned int, 0x74)
75#define ADCON MMIO(unsigned char, 0x76) 82#define ADCON MMIO(unsigned char, 0x76)
76 83
@@ -79,6 +86,8 @@
79#define PLL1DATA MMIO(unsigned int, 0xAC) 86#define PLL1DATA MMIO(unsigned int, 0xAC)
80#define PLL1CON MMIO(unsigned char, 0xAE) 87#define PLL1CON MMIO(unsigned char, 0xAE)
81 88
89#define IISBUF ((volatile unsigned int*)(IOBASE+(0x0c0)))
90
82#define MIUSCFG MMIO(unsigned char, 0x110) 91#define MIUSCFG MMIO(unsigned char, 0x110)
83#define MIUDCOM MMIO(unsigned char, 0x111) 92#define MIUDCOM MMIO(unsigned char, 0x111)
84#define MIUDCFG MMIO(unsigned int, 0x112) 93#define MIUDCFG MMIO(unsigned int, 0x112)