Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74415
b: refs/heads/master
c: 7267d1c
h: refs/heads/master
i:
  74413: a046576
  74411: fc2f3c6
  74407: fa29f6f
  74399: efdc25e
v: v3
  • Loading branch information
eric miao authored and Russell King committed Nov 29, 2007
1 parent 9eeb4c4 commit 55499b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fa7f1518e8a107e1feab0357b18c745b9a6927c5
refs/heads/master: 7267d1ccdb5ef08289323461db3551570fa1ab27
5 changes: 4 additions & 1 deletion trunk/include/asm-arm/arch-pxa/pxa-regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@
#define DALGN __REG(0x400000a0) /* DMA Alignment Register */
#define DINT __REG(0x400000f0) /* DMA Interrupt Register */

#define DRCMR(n) __REG2(0x40000100, (n)<<2)
#define DRCMR(n) (*(((n) < 64) ? \
&__REG2(0x40000100, ((n) & 0x3f) << 2) : \
&__REG2(0x40001100, ((n) & 0x3f) << 2)))

#define DRCMR0 __REG(0x40000100) /* Request to Channel Map Register for DREQ 0 */
#define DRCMR1 __REG(0x40000104) /* Request to Channel Map Register for DREQ 1 */
#define DRCMR2 __REG(0x40000108) /* Request to Channel Map Register for I2S receive Request */
Expand Down

0 comments on commit 55499b8

Please sign in to comment.