Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235215
b: refs/heads/master
c: 538bd3c
h: refs/heads/master
i:
  235213: b243ed4
  235211: 0991d8d
  235207: e20bad9
  235199: 4d7570a
v: v3
  • Loading branch information
Colin Cross committed Feb 10, 2011
1 parent c0366bf commit 879f56b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 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: ce1e32626951957729d5a1bbe3fa7e5d734df6c0
refs/heads/master: 538bd3cc196f55b02614b3b19c48656251464b74
14 changes: 11 additions & 3 deletions trunk/arch/arm/mach-tegra/include/mach/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#define INT_SYS_STATS_MON (INT_SEC_BASE + 22)
#define INT_GPIO5 (INT_SEC_BASE + 23)
#define INT_CPU0_PMU_INTR (INT_SEC_BASE + 24)
#define INT_CPU2_PMU_INTR (INT_SEC_BASE + 25)
#define INT_CPU1_PMU_INTR (INT_SEC_BASE + 25)
#define INT_SEC_RES_26 (INT_SEC_BASE + 26)
#define INT_S_LINK1 (INT_SEC_BASE + 27)
#define INT_APB_DMA_COP (INT_SEC_BASE + 28)
Expand Down Expand Up @@ -166,10 +166,18 @@
#define INT_QUAD_RES_30 (INT_QUAD_BASE + 30)
#define INT_QUAD_RES_31 (INT_QUAD_BASE + 31)

#define INT_GPIO_BASE (INT_QUAD_BASE + 32)
#define INT_MAIN_NR (INT_QUAD_BASE + 32 - INT_PRI_BASE)

#define INT_GPIO_BASE (INT_PRI_BASE + INT_MAIN_NR)

#define INT_GPIO_NR (28 * 8)

#define NR_IRQS (INT_GPIO_BASE + INT_GPIO_NR)
#define TEGRA_NR_IRQS (INT_GPIO_BASE + INT_GPIO_NR)

#define INT_BOARD_BASE TEGRA_NR_IRQS
#define NR_BOARD_IRQS 32

#define NR_IRQS (INT_BOARD_BASE + NR_BOARD_IRQS)
#endif

#endif

0 comments on commit 879f56b

Please sign in to comment.