diff options
author | Dave Chapman <dave@dchapman.com> | 2006-01-26 12:51:33 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-01-26 12:51:33 +0000 |
commit | c0090ff13cc61ff74f00bdd48b9cd9a58a68c6c5 (patch) | |
tree | 6174f12aa770211d25723ca626991713e557605f /firmware | |
parent | 751d199587967b9b01c84a3f3185c4c786e81742 (diff) |
Add some IIS addresses
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8458 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/pp5020.h | 6 |
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 @@ #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 |