Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187473
b: refs/heads/master
c: 0913b86
h: refs/heads/master
i:
  187471: 393a06f
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Mar 1, 2010
1 parent a5d9fc5 commit 42ec730
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16144bfb83bb8319c07c18b57eac15368708d02c
refs/heads/master: 0913b86ff7fe220a50c82baca4431e7d5a8da5c8
12 changes: 12 additions & 0 deletions trunk/arch/arm/mach-mmp/include/mach/regs-icu.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
#define ICU_INT_ROUTE_PJ4_IRQ (1 << 5)
#define ICU_INT_ROUTE_PJ4_FIQ (1 << 6)

#define MMP2_ICU_PJ4_IRQ_STATUS0 ICU_REG(0x138)
#define MMP2_ICU_PJ4_IRQ_STATUS1 ICU_REG(0x13c)
#define MMP2_ICU_PJ4_FIQ_STATUS0 ICU_REG(0x140)
#define MMP2_ICU_PJ4_FIQ_STATUS1 ICU_REG(0x144)

#define MMP2_ICU_INT4_STATUS ICU_REG(0x150)
#define MMP2_ICU_INT5_STATUS ICU_REG(0x154)
#define MMP2_ICU_INT17_STATUS ICU_REG(0x158)
Expand All @@ -56,4 +61,11 @@
#define MMP2_ICU_PJ4_IRQ_SEL ICU_REG(0x104)
#define MMP2_ICU_PJ4_FIQ_SEL ICU_REG(0x108)

#define MMP2_ICU_INVERT ICU_REG(0x164)

#define MMP2_ICU_INV_PMIC (1 << 0)
#define MMP2_ICU_INV_PERF (1 << 1)
#define MMP2_ICU_INV_COMMTX (1 << 2)
#define MMP2_ICU_INV_COMMRX (1 << 3)

#endif /* __ASM_MACH_ICU_H */

0 comments on commit 42ec730

Please sign in to comment.