From a7b64db903c4d2dd168820e5fc14425b2d3705f1 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernardy Date: Thu, 3 Feb 2005 18:08:18 +0000 Subject: more MMIO: IIS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5763 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/tcc730.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 @@ #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) -- cgit v1.2.3