forked from len0rd/rockbox
DBOP_DIN is 16bit wide.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20102 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7f77dd8c26
commit
884dc711b8
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
#define DBOP_CTRL (*(volatile unsigned long *)(DBOP_BASE + 0x08))
|
||||
#define DBOP_STAT (*(volatile unsigned long *)(DBOP_BASE + 0x0C))
|
||||
#define DBOP_DOUT (*(volatile unsigned short*)(DBOP_BASE + 0x10))
|
||||
#define DBOP_DIN (*(volatile unsigned long *)(DBOP_BASE + 0x14))
|
||||
#define DBOP_DIN (*(volatile unsigned short*)(DBOP_BASE + 0x14))
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue