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.tar.gz
rockbox-a7b64db903c4d2dd168820e5fc14425b2d3705f1.zip
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 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)