1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

adds more irq defines to ifxmips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11836 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2008-07-15 09:07:13 +00:00
parent 3fddadb554
commit 6bd6a2a3b5
2 changed files with 5 additions and 0 deletions

View File

@@ -196,6 +196,7 @@
#define IFXMIPS_ICU_IM0_IMR ((u32*)(IFXMIPS_ICU_BASE_ADDR + 0x0020))
#define IFXMIPS_ICU_IM1_ISR ((u32*)(IFXMIPS_ICU_BASE_ADDR + 0x0028))
#define IFXMIPS_ICU_IM2_IER ((u32*)(IFXMIPS_ICU_BASE_ADDR + 0x0058))
#define IFXMIPS_ICU_IM5_IER ((u32*)(IFXMIPS_ICU_BASE_ADDR + 0x00D0))
#define IFXMIPS_ICU_OFFSET (IFXMIPS_ICU_IM1_ISR - IFXMIPS_ICU_IM0_ISR)