|
|
|
@@ -9,11 +9,9 @@
|
|
|
|
|
|
|
|
|
|
#include <mach-common/irq.h>
|
|
|
|
|
|
|
|
|
|
#define SYS_IRQS 71
|
|
|
|
|
#define NR_PERI_INTS 64
|
|
|
|
|
#define NR_PERI_INTS (2 * 32)
|
|
|
|
|
|
|
|
|
|
#define IVG_BASE 7
|
|
|
|
|
/* IVG 7 */
|
|
|
|
|
#define IRQ_PLL_WAKEUP (IVG_BASE + 0) /* PLL Wakeup Interrupt */
|
|
|
|
|
#define IRQ_DMA1_ERROR (IVG_BASE + 1) /* DMA1 Error (general) */
|
|
|
|
|
#define IRQ_DMA_ERROR IRQ_DMA1_ERROR /* DMA1 Error (general) */
|
|
|
|
@@ -26,8 +24,7 @@
|
|
|
|
|
#define IRQ_SPORT1_ERROR (IVG_BASE + 7) /* SPORT1 Error Interrupt */
|
|
|
|
|
#define IRQ_SPI_ERROR (IVG_BASE + 8) /* SPI Error Interrupt */
|
|
|
|
|
#define IRQ_UART_ERROR (IVG_BASE + 9) /* UART Error Interrupt */
|
|
|
|
|
#define IRQ_RESERVED_ERROR (IVG_BASE + 10) /* Reversed Interrupt */
|
|
|
|
|
/* IVG 8 */
|
|
|
|
|
#define IRQ_RESERVED_ERROR (IVG_BASE + 10) /* Reversed */
|
|
|
|
|
#define IRQ_DMA1_0 (IVG_BASE + 11) /* DMA1 0 Interrupt(PPI1) */
|
|
|
|
|
#define IRQ_PPI IRQ_DMA1_0 /* DMA1 0 Interrupt(PPI1) */
|
|
|
|
|
#define IRQ_PPI0 IRQ_DMA1_0 /* DMA1 0 Interrupt(PPI1) */
|
|
|
|
@@ -43,7 +40,6 @@
|
|
|
|
|
#define IRQ_DMA1_9 (IVG_BASE + 20) /* DMA1 9 Interrupt */
|
|
|
|
|
#define IRQ_DMA1_10 (IVG_BASE + 21) /* DMA1 10 Interrupt */
|
|
|
|
|
#define IRQ_DMA1_11 (IVG_BASE + 22) /* DMA1 11 Interrupt */
|
|
|
|
|
/* IVG 9 */
|
|
|
|
|
#define IRQ_DMA2_0 (IVG_BASE + 23) /* DMA2 0 (SPORT0 RX) */
|
|
|
|
|
#define IRQ_SPORT0_RX IRQ_DMA2_0 /* DMA2 0 (SPORT0 RX) */
|
|
|
|
|
#define IRQ_DMA2_1 (IVG_BASE + 24) /* DMA2 1 (SPORT0 TX) */
|
|
|
|
@@ -63,7 +59,6 @@
|
|
|
|
|
#define IRQ_DMA2_9 (IVG_BASE + 32) /* DMA2 9 Interrupt */
|
|
|
|
|
#define IRQ_DMA2_10 (IVG_BASE + 33) /* DMA2 10 Interrupt */
|
|
|
|
|
#define IRQ_DMA2_11 (IVG_BASE + 34) /* DMA2 11 Interrupt */
|
|
|
|
|
/* IVG 10 */
|
|
|
|
|
#define IRQ_TIMER0 (IVG_BASE + 35) /* TIMER 0 Interrupt */
|
|
|
|
|
#define IRQ_TIMER1 (IVG_BASE + 36) /* TIMER 1 Interrupt */
|
|
|
|
|
#define IRQ_TIMER2 (IVG_BASE + 37) /* TIMER 2 Interrupt */
|
|
|
|
@@ -76,7 +71,6 @@
|
|
|
|
|
#define IRQ_TIMER9 (IVG_BASE + 44) /* TIMER 9 Interrupt */
|
|
|
|
|
#define IRQ_TIMER10 (IVG_BASE + 45) /* TIMER 10 Interrupt */
|
|
|
|
|
#define IRQ_TIMER11 (IVG_BASE + 46) /* TIMER 11 Interrupt */
|
|
|
|
|
/* IVG 11 */
|
|
|
|
|
#define IRQ_PROG0_INTA (IVG_BASE + 47) /* Programmable Flags0 A (8) */
|
|
|
|
|
#define IRQ_PROG_INTA IRQ_PROG0_INTA /* Programmable Flags0 A (8) */
|
|
|
|
|
#define IRQ_PROG0_INTB (IVG_BASE + 48) /* Programmable Flags0 B (8) */
|
|
|
|
@@ -85,30 +79,27 @@
|
|
|
|
|
#define IRQ_PROG1_INTB (IVG_BASE + 50) /* Programmable Flags1 B (8) */
|
|
|
|
|
#define IRQ_PROG2_INTA (IVG_BASE + 51) /* Programmable Flags2 A (8) */
|
|
|
|
|
#define IRQ_PROG2_INTB (IVG_BASE + 52) /* Programmable Flags2 B (8) */
|
|
|
|
|
/* IVG 8 */
|
|
|
|
|
#define IRQ_DMA1_WRRD0 (IVG_BASE + 53) /* MDMA1 0 write/read INT */
|
|
|
|
|
#define IRQ_DMA_WRRD0 IRQ_DMA1_WRRD0 /* MDMA1 0 write/read INT */
|
|
|
|
|
#define IRQ_MEM_DMA0 IRQ_DMA1_WRRD0
|
|
|
|
|
#define IRQ_DMA1_WRRD1 (IVG_BASE + 54) /* MDMA1 1 write/read INT */
|
|
|
|
|
#define IRQ_DMA_WRRD1 IRQ_DMA1_WRRD1 /* MDMA1 1 write/read INT */
|
|
|
|
|
#define IRQ_MEM_DMA1 IRQ_DMA1_WRRD1
|
|
|
|
|
/* IVG 9 */
|
|
|
|
|
#define IRQ_DMA2_WRRD0 (IVG_BASE + 55) /* MDMA2 0 write/read INT */
|
|
|
|
|
#define IRQ_MEM_DMA2 IRQ_DMA2_WRRD0
|
|
|
|
|
#define IRQ_DMA2_WRRD1 (IVG_BASE + 56) /* MDMA2 1 write/read INT */
|
|
|
|
|
#define IRQ_MEM_DMA3 IRQ_DMA2_WRRD1
|
|
|
|
|
/* IVG 12 */
|
|
|
|
|
#define IRQ_IMDMA_WRRD0 (IVG_BASE + 57) /* IMDMA 0 write/read INT */
|
|
|
|
|
#define IRQ_IMEM_DMA0 IRQ_IMDMA_WRRD0
|
|
|
|
|
#define IRQ_IMDMA_WRRD1 (IVG_BASE + 58) /* IMDMA 1 write/read INT */
|
|
|
|
|
#define IRQ_IMEM_DMA1 IRQ_IMDMA_WRRD1
|
|
|
|
|
/* IVG 13 */
|
|
|
|
|
#define IRQ_WATCH (IVG_BASE + 59) /* Watch Dog Timer */
|
|
|
|
|
/* IVG 7 */
|
|
|
|
|
#define IRQ_RESERVED_1 (IVG_BASE + 60) /* Reserved interrupt */
|
|
|
|
|
#define IRQ_RESERVED_2 (IVG_BASE + 61) /* Reserved interrupt */
|
|
|
|
|
#define IRQ_SUPPLE_0 (IVG_BASE + 62) /* Supplemental interrupt 0 */
|
|
|
|
|
#define IRQ_SUPPLE_1 (IVG_BASE + 63) /* supplemental interrupt 1 */
|
|
|
|
|
#define IRQ_SUPPLE_1 (IVG_BASE + 63) /* Supplemental interrupt 1 */
|
|
|
|
|
|
|
|
|
|
#define SYS_IRQS 71
|
|
|
|
|
|
|
|
|
|
#define IRQ_PF0 73
|
|
|
|
|
#define IRQ_PF1 74
|
|
|
|
@@ -163,75 +154,6 @@
|
|
|
|
|
|
|
|
|
|
#define NR_MACH_IRQS (IRQ_PF47 + 1)
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* DEFAULT PRIORITIES:
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#define CONFIG_DEF_PLL_WAKEUP 7
|
|
|
|
|
#define CONFIG_DEF_DMA1_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_DMA2_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_IMDMA_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_PPI1_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_PPI2_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_SPORT0_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_SPORT1_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_SPI_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_UART_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_RESERVED_ERROR 7
|
|
|
|
|
#define CONFIG_DEF_DMA1_0 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_1 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_2 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_3 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_4 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_5 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_6 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_7 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_8 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_9 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_10 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_11 8
|
|
|
|
|
#define CONFIG_DEF_DMA2_0 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_1 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_2 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_3 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_4 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_5 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_6 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_7 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_8 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_9 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_10 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_11 9
|
|
|
|
|
#define CONFIG_DEF_TIMER0 10
|
|
|
|
|
#define CONFIG_DEF_TIMER1 10
|
|
|
|
|
#define CONFIG_DEF_TIMER2 10
|
|
|
|
|
#define CONFIG_DEF_TIMER3 10
|
|
|
|
|
#define CONFIG_DEF_TIMER4 10
|
|
|
|
|
#define CONFIG_DEF_TIMER5 10
|
|
|
|
|
#define CONFIG_DEF_TIMER6 10
|
|
|
|
|
#define CONFIG_DEF_TIMER7 10
|
|
|
|
|
#define CONFIG_DEF_TIMER8 10
|
|
|
|
|
#define CONFIG_DEF_TIMER9 10
|
|
|
|
|
#define CONFIG_DEF_TIMER10 10
|
|
|
|
|
#define CONFIG_DEF_TIMER11 10
|
|
|
|
|
#define CONFIG_DEF_PROG0_INTA 11
|
|
|
|
|
#define CONFIG_DEF_PROG0_INTB 11
|
|
|
|
|
#define CONFIG_DEF_PROG1_INTA 11
|
|
|
|
|
#define CONFIG_DEF_PROG1_INTB 11
|
|
|
|
|
#define CONFIG_DEF_PROG2_INTA 11
|
|
|
|
|
#define CONFIG_DEF_PROG2_INTB 11
|
|
|
|
|
#define CONFIG_DEF_DMA1_WRRD0 8
|
|
|
|
|
#define CONFIG_DEF_DMA1_WRRD1 8
|
|
|
|
|
#define CONFIG_DEF_DMA2_WRRD0 9
|
|
|
|
|
#define CONFIG_DEF_DMA2_WRRD1 9
|
|
|
|
|
#define CONFIG_DEF_IMDMA_WRRD0 12
|
|
|
|
|
#define CONFIG_DEF_IMDMA_WRRD1 12
|
|
|
|
|
#define CONFIG_DEF_WATCH 13
|
|
|
|
|
#define CONFIG_DEF_RESERVED_1 7
|
|
|
|
|
#define CONFIG_DEF_RESERVED_2 7
|
|
|
|
|
#define CONFIG_DEF_SUPPLE_0 7
|
|
|
|
|
#define CONFIG_DEF_SUPPLE_1 7
|
|
|
|
|
|
|
|
|
|
/* IAR0 BIT FIELDS */
|
|
|
|
|
#define IRQ_PLL_WAKEUP_POS 0
|
|
|
|
|
#define IRQ_DMA1_ERROR_POS 4
|
|
|
|
@@ -241,6 +163,7 @@
|
|
|
|
|
#define IRQ_PPI1_ERROR_POS 20
|
|
|
|
|
#define IRQ_SPORT0_ERROR_POS 24
|
|
|
|
|
#define IRQ_SPORT1_ERROR_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR1 BIT FIELDS */
|
|
|
|
|
#define IRQ_SPI_ERROR_POS 0
|
|
|
|
|
#define IRQ_UART_ERROR_POS 4
|
|
|
|
@@ -250,6 +173,7 @@
|
|
|
|
|
#define IRQ_DMA1_2_POS 20
|
|
|
|
|
#define IRQ_DMA1_3_POS 24
|
|
|
|
|
#define IRQ_DMA1_4_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR2 BIT FIELDS */
|
|
|
|
|
#define IRQ_DMA1_5_POS 0
|
|
|
|
|
#define IRQ_DMA1_6_POS 4
|
|
|
|
@@ -259,6 +183,7 @@
|
|
|
|
|
#define IRQ_DMA1_10_POS 20
|
|
|
|
|
#define IRQ_DMA1_11_POS 24
|
|
|
|
|
#define IRQ_DMA2_0_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR3 BIT FIELDS */
|
|
|
|
|
#define IRQ_DMA2_1_POS 0
|
|
|
|
|
#define IRQ_DMA2_2_POS 4
|
|
|
|
@@ -268,6 +193,7 @@
|
|
|
|
|
#define IRQ_DMA2_6_POS 20
|
|
|
|
|
#define IRQ_DMA2_7_POS 24
|
|
|
|
|
#define IRQ_DMA2_8_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR4 BIT FIELDS */
|
|
|
|
|
#define IRQ_DMA2_9_POS 0
|
|
|
|
|
#define IRQ_DMA2_10_POS 4
|
|
|
|
@@ -277,6 +203,7 @@
|
|
|
|
|
#define IRQ_TIMER2_POS 20
|
|
|
|
|
#define IRQ_TIMER3_POS 24
|
|
|
|
|
#define IRQ_TIMER4_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR5 BIT FIELDS */
|
|
|
|
|
#define IRQ_TIMER5_POS 0
|
|
|
|
|
#define IRQ_TIMER6_POS 4
|
|
|
|
@@ -286,6 +213,7 @@
|
|
|
|
|
#define IRQ_TIMER10_POS 20
|
|
|
|
|
#define IRQ_TIMER11_POS 24
|
|
|
|
|
#define IRQ_PROG0_INTA_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR6 BIT FIELDS */
|
|
|
|
|
#define IRQ_PROG0_INTB_POS 0
|
|
|
|
|
#define IRQ_PROG1_INTA_POS 4
|
|
|
|
@@ -295,6 +223,7 @@
|
|
|
|
|
#define IRQ_DMA1_WRRD0_POS 20
|
|
|
|
|
#define IRQ_DMA1_WRRD1_POS 24
|
|
|
|
|
#define IRQ_DMA2_WRRD0_POS 28
|
|
|
|
|
|
|
|
|
|
/* IAR7 BIT FIELDS */
|
|
|
|
|
#define IRQ_DMA2_WRRD1_POS 0
|
|
|
|
|
#define IRQ_IMDMA_WRRD0_POS 4
|
|
|
|
@@ -305,4 +234,4 @@
|
|
|
|
|
#define IRQ_SUPPLE_0_POS 24
|
|
|
|
|
#define IRQ_SUPPLE_1_POS 28
|
|
|
|
|
|
|
|
|
|
#endif /* _BF561_IRQ_H_ */
|
|
|
|
|
#endif
|
|
|
|
|