summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-03 18:08:18 +0000
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2005-02-03 18:08:18 +0000
commita7b64db903c4d2dd168820e5fc14425b2d3705f1 (patch)
tree9055157254fb6b7d9356a7db9cbc043011f96c12
parent3c5ef9ccf4935e52af2ff9d8d37b024185dd7735 (diff)
downloadrockbox-a7b64db903c4d2dd168820e5fc14425b2d3705f1.zip
rockbox-a7b64db903c4d2dd168820e5fc14425b2d3705f1.tar.gz
rockbox-a7b64db903c4d2dd168820e5fc14425b2d3705f1.tar.bz2
rockbox-a7b64db903c4d2dd168820e5fc14425b2d3705f1.tar.xz
more MMIO: IIS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5763 a1c6a512-1295-4272-9138-f99709370657
-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 4dfdb15..83b85a2 100644
--- a/firmware/export/tcc730.h
+++ b/firmware/export/tcc730.h
@@ -71,6 +71,13 @@
#define P9CON MMIO(unsigned char,0x56)
#define P10CON MMIO(unsigned char,0x57)
+#define IISCON0 MMIO(unsigned char, 0x0a0)
+#define IISMODE0 MMIO(unsigned char, 0x0a1)
+#define IISPTR0 MMIO(unsigned char, 0x0a2)
+#define IISCON1 MMIO(unsigned char, 0x0a3)
+#define IISMODE1 MMIO(unsigned char, 0x0a4)
+#define IISPTR1 MMIO(unsigned char, 0x0a5)
+
#define ADDATA MMIO(unsigned int, 0x74)
#define ADCON MMIO(unsigned char, 0x76)
@@ -79,6 +86,8 @@
#define PLL1DATA MMIO(unsigned int, 0xAC)
#define PLL1CON MMIO(unsigned char, 0xAE)
+#define IISBUF ((volatile unsigned int*)(IOBASE+(0x0c0)))
+
#define MIUSCFG MMIO(unsigned char, 0x110)
#define MIUDCOM MMIO(unsigned char, 0x111)
#define MIUDCFG MMIO(unsigned int, 0x112)