summaryrefslogtreecommitdiff
path: root/firmware/export/pp5020.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-11-05 17:19:00 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-11-05 17:19:00 +0000
commit03dd35db0e22c971b09fc94fa24cce6f531ab7ce (patch)
treeadab75c69584eeb8f24a621e008892161584df7c /firmware/export/pp5020.h
parent4ef3e821cbb57903c0236241490f1ee28c7c28f4 (diff)
downloadrockbox-03dd35db0e22c971b09fc94fa24cce6f531ab7ce.tar.gz
rockbox-03dd35db0e22c971b09fc94fa24cce6f531ab7ce.zip
Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15477 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r--firmware/export/pp5020.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index 22a53e7ad7..47f73b9f4c 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -334,6 +334,7 @@
334 334
335/* 32 bit GPO port */ 335/* 32 bit GPO port */
336#define GPO32_VAL (*(volatile unsigned long *)(0x70000080)) 336#define GPO32_VAL (*(volatile unsigned long *)(0x70000080))
337#define GPO32_ENABLE (*(volatile unsigned long *)(0x70000084))
337 338
338/* IIS */ 339/* IIS */
339#define IISDIV (*(volatile unsigned long*)(0x60006080)) 340#define IISDIV (*(volatile unsigned long*)(0x60006080))