projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abea08
)
OMAP: McBSP: Add IRQEN, IRQSTATUS, THRESHOLD2 and THRESHOLD1 registers.
author
Eduardo Valentin
<
[email protected]
>
Thu, 20 Aug 2009 13:18:08 +0000
(16:18 +0300)
committer
Mark Brown
<
[email protected]
>
Thu, 20 Aug 2009 19:10:25 +0000
(20:10 +0100)
Adding McBSP register definition for IRQEN, IRQSTATUS, THRESHOLD2 and THRESHOLD1 registers.
Signed-off-by: Eduardo Valentin <
[email protected]
>
Acked-by: Tony Lindgren <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
arch/arm/plat-omap/include/mach/mcbsp.h
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/include/mach/mcbsp.h
b/arch/arm/plat-omap/include/mach/mcbsp.h
index b85e6e600ed6996527533abc1dc841f054050d2f..ceaf9eee61b9de82d0f650b5a7646190d995fbb4 100644
(file)
--- a/
arch/arm/plat-omap/include/mach/mcbsp.h
+++ b/
arch/arm/plat-omap/include/mach/mcbsp.h
@@
-134,6
+134,10
@@
#define OMAP_MCBSP_REG_XCERG 0x74
#define OMAP_MCBSP_REG_XCERH 0x78
#define OMAP_MCBSP_REG_SYSCON 0x8C
+#define OMAP_MCBSP_REG_THRSH2 0x90
+#define OMAP_MCBSP_REG_THRSH1 0x94
+#define OMAP_MCBSP_REG_IRQST 0xA0
+#define OMAP_MCBSP_REG_IRQEN 0xA4
#define OMAP_MCBSP_REG_XCCR 0xAC
#define OMAP_MCBSP_REG_RCCR 0xB0