diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-02-25 15:04:24 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-02-25 15:04:24 +0000 |
commit | 884dc711b8e91d34f9a354db73222ce674c393d9 (patch) | |
tree | caa5d37cf6106159f6467121cfd91e04db2b2c23 /firmware/export | |
parent | 7f77dd8c265e4e6f5dba53eeb125736f411453a2 (diff) | |
download | rockbox-884dc711b8e91d34f9a354db73222ce674c393d9.tar.gz rockbox-884dc711b8e91d34f9a354db73222ce674c393d9.zip |
DBOP_DIN is 16bit wide.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20102 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/as3525.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index 062ac26eac..388df2a925 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h | |||
@@ -96,7 +96,7 @@ | |||
96 | #define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08)) | 96 | #define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08)) |
97 | #define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C)) | 97 | #define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C)) |
98 | #define DBOP_DOUT (*(volatile unsigned short*)(DBOP_BASE + 0x10)) | 98 | #define DBOP_DOUT (*(volatile unsigned short*)(DBOP_BASE + 0x10)) |
99 | #define DBOP_DIN (*(volatile unsigned long *)(DBOP_BASE + 0x14)) | 99 | #define DBOP_DIN (*(volatile unsigned short*)(DBOP_BASE + 0x14)) |
100 | 100 | ||
101 | 101 | ||
102 | /** | 102 | /** |