summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-26 12:51:33 +0000
committerDave Chapman <dave@dchapman.com>2006-01-26 12:51:33 +0000
commitc0090ff13cc61ff74f00bdd48b9cd9a58a68c6c5 (patch)
tree6174f12aa770211d25723ca626991713e557605f /firmware/export/pp5020.h
parent751d199587967b9b01c84a3f3185c4c786e81742 (diff)
downloadrockbox-c0090ff13cc61ff74f00bdd48b9cd9a58a68c6c5.tar.gz
rockbox-c0090ff13cc61ff74f00bdd48b9cd9a58a68c6c5.zip
Add some IIS addresses
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8458 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h6
1 files changed, 6 insertions, 0 deletions
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 @@
90#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) 90#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000))
91#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) 91#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4))
92 92
93#define IISCONFIG (*(volatile unsigned long*)(0x70002800))
94
95#define IISFIFO_CFG (*(volatile unsigned long*)(0x7000280c))
96#define IISFIFO_WR (*(volatile unsigned long*)(0x70002840))
97#define IISFIFO_RD (*(volatile unsigned long*)(0x70002880))
98
93#endif 99#endif