From c0090ff13cc61ff74f00bdd48b9cd9a58a68c6c5 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 26 Jan 2006 12:51:33 +0000 Subject: [PATCH] Add some IIS addresses git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8458 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5020.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index c5fa83cf1a..dd711b3121 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -90,4 +90,10 @@ #define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) #define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) +#define IISCONFIG (*(volatile unsigned long*)(0x70002800)) + +#define IISFIFO_CFG (*(volatile unsigned long*)(0x7000280c)) +#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840)) +#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880)) + #endif