diff options
-rw-r--r-- | arch/m68k/include/asm/coldfire.h | 4 | ||||
-rw-r--r-- | arch/m68k/include/asm/m523xsim.h | 5 | ||||
-rw-r--r-- | arch/m68k/include/asm/m527xsim.h | 5 | ||||
-rw-r--r-- | arch/m68k/include/asm/m528xsim.h | 5 | ||||
-rw-r--r-- | arch/m68k/include/asm/m54xxsim.h | 3 | ||||
-rw-r--r-- | arch/m68knommu/platform/coldfire/intc-2.c | 14 |
6 files changed, 18 insertions, 18 deletions
diff --git a/arch/m68k/include/asm/coldfire.h b/arch/m68k/include/asm/coldfire.h index d70cf0f1c40a..91676454731b 100644 --- a/arch/m68k/include/asm/coldfire.h +++ b/arch/m68k/include/asm/coldfire.h | |||
@@ -31,9 +31,7 @@ | |||
31 | * This is generally setup by the boards start up code. | 31 | * This is generally setup by the boards start up code. |
32 | */ | 32 | */ |
33 | #define MCF_MBAR 0x10000000 | 33 | #define MCF_MBAR 0x10000000 |
34 | #if defined(CONFIG_M54xx) | 34 | #if defined(CONFIG_M520x) |
35 | #define MCF_IPSBAR MCF_MBAR | ||
36 | #elif defined(CONFIG_M520x) | ||
37 | #define MCF_IPSBAR 0xFC000000 | 35 | #define MCF_IPSBAR 0xFC000000 |
38 | #else | 36 | #else |
39 | #define MCF_IPSBAR 0x40000000 | 37 | #define MCF_IPSBAR 0x40000000 |
diff --git a/arch/m68k/include/asm/m523xsim.h b/arch/m68k/include/asm/m523xsim.h index 4ad7a00257a8..9701ed34d234 100644 --- a/arch/m68k/include/asm/m523xsim.h +++ b/arch/m68k/include/asm/m523xsim.h | |||
@@ -19,8 +19,9 @@ | |||
19 | /* | 19 | /* |
20 | * Define the 523x SIM register set addresses. | 20 | * Define the 523x SIM register set addresses. |
21 | */ | 21 | */ |
22 | #define MCFICM_INTC0 0x0c00 /* Base for Interrupt Ctrl 0 */ | 22 | #define MCFICM_INTC0 (MCF_IPSBAR + 0x0c00) /* Base for Interrupt Ctrl 0 */ |
23 | #define MCFICM_INTC1 0x0d00 /* Base for Interrupt Ctrl 0 */ | 23 | #define MCFICM_INTC1 (MCF_IPSBAR + 0x0d00) /* Base for Interrupt Ctrl 0 */ |
24 | |||
24 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ | 25 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ |
25 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ | 26 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ |
26 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ | 27 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ |
diff --git a/arch/m68k/include/asm/m527xsim.h b/arch/m68k/include/asm/m527xsim.h index e8042e8bc003..3712f611bd5e 100644 --- a/arch/m68k/include/asm/m527xsim.h +++ b/arch/m68k/include/asm/m527xsim.h | |||
@@ -19,8 +19,9 @@ | |||
19 | /* | 19 | /* |
20 | * Define the 5270/5271 SIM register set addresses. | 20 | * Define the 5270/5271 SIM register set addresses. |
21 | */ | 21 | */ |
22 | #define MCFICM_INTC0 0x0c00 /* Base for Interrupt Ctrl 0 */ | 22 | #define MCFICM_INTC0 (MCF_IPSBAR + 0x0c00) /* Base for Interrupt Ctrl 0 */ |
23 | #define MCFICM_INTC1 0x0d00 /* Base for Interrupt Ctrl 1 */ | 23 | #define MCFICM_INTC1 (MCF_IPSBAR + 0x0d00) /* Base for Interrupt Ctrl 1 */ |
24 | |||
24 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ | 25 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ |
25 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ | 26 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ |
26 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ | 27 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ |
diff --git a/arch/m68k/include/asm/m528xsim.h b/arch/m68k/include/asm/m528xsim.h index a6d2f4d9aaa0..a918545f6a5a 100644 --- a/arch/m68k/include/asm/m528xsim.h +++ b/arch/m68k/include/asm/m528xsim.h | |||
@@ -19,8 +19,9 @@ | |||
19 | /* | 19 | /* |
20 | * Define the 5280/5282 SIM register set addresses. | 20 | * Define the 5280/5282 SIM register set addresses. |
21 | */ | 21 | */ |
22 | #define MCFICM_INTC0 0x0c00 /* Base for Interrupt Ctrl 0 */ | 22 | #define MCFICM_INTC0 (MCF_IPSBAR + 0x0c00) /* Base for Interrupt Ctrl 0 */ |
23 | #define MCFICM_INTC1 0x0d00 /* Base for Interrupt Ctrl 0 */ | 23 | #define MCFICM_INTC1 (MCF_IPSBAR + 0x0d00) /* Base for Interrupt Ctrl 0 */ |
24 | |||
24 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ | 25 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ |
25 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ | 26 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ |
26 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ | 27 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ |
diff --git a/arch/m68k/include/asm/m54xxsim.h b/arch/m68k/include/asm/m54xxsim.h index 462ae5328441..cc5d94d215b4 100644 --- a/arch/m68k/include/asm/m54xxsim.h +++ b/arch/m68k/include/asm/m54xxsim.h | |||
@@ -15,7 +15,8 @@ | |||
15 | /* | 15 | /* |
16 | * Interrupt Controller Registers | 16 | * Interrupt Controller Registers |
17 | */ | 17 | */ |
18 | #define MCFICM_INTC0 0x0700 /* Base for Interrupt Ctrl 0 */ | 18 | #define MCFICM_INTC0 (MCF_MBAR + 0x700) /* Base for Interrupt Ctrl 0 */ |
19 | |||
19 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ | 20 | #define MCFINTC_IPRH 0x00 /* Interrupt pending 32-63 */ |
20 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ | 21 | #define MCFINTC_IPRL 0x04 /* Interrupt pending 1-31 */ |
21 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ | 22 | #define MCFINTC_IMRH 0x08 /* Interrupt mask 32-63 */ |
diff --git a/arch/m68knommu/platform/coldfire/intc-2.c b/arch/m68knommu/platform/coldfire/intc-2.c index 71e07fb69302..ec869c8e8890 100644 --- a/arch/m68knommu/platform/coldfire/intc-2.c +++ b/arch/m68knommu/platform/coldfire/intc-2.c | |||
@@ -52,11 +52,10 @@ static void intc_irq_mask(struct irq_data *d) | |||
52 | u32 val, imrbit; | 52 | u32 val, imrbit; |
53 | 53 | ||
54 | irq -= MCFINT_VECBASE; | 54 | irq -= MCFINT_VECBASE; |
55 | imraddr = MCF_IPSBAR; | ||
56 | #ifdef MCFICM_INTC1 | 55 | #ifdef MCFICM_INTC1 |
57 | imraddr += (irq & 0x40) ? MCFICM_INTC1 : MCFICM_INTC0; | 56 | imraddr = (irq & 0x40) ? MCFICM_INTC1 : MCFICM_INTC0; |
58 | #else | 57 | #else |
59 | imraddr += MCFICM_INTC0; | 58 | imraddr = MCFICM_INTC0; |
60 | #endif | 59 | #endif |
61 | imraddr += (irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL; | 60 | imraddr += (irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL; |
62 | imrbit = 0x1 << (irq & 0x1f); | 61 | imrbit = 0x1 << (irq & 0x1f); |
@@ -75,11 +74,10 @@ static void intc_irq_unmask(struct irq_data *d) | |||
75 | u32 val, imrbit; | 74 | u32 val, imrbit; |
76 | 75 | ||
77 | irq -= MCFINT_VECBASE; | 76 | irq -= MCFINT_VECBASE; |
78 | intaddr = MCF_IPSBAR; | ||
79 | #ifdef MCFICM_INTC1 | 77 | #ifdef MCFICM_INTC1 |
80 | intaddr += (irq & 0x40) ? MCFICM_INTC1 : MCFICM_INTC0; | 78 | intaddr = (irq & 0x40) ? MCFICM_INTC1 : MCFICM_INTC0; |
81 | #else | 79 | #else |
82 | intaddr += MCFICM_INTC0; | 80 | intaddr = MCFICM_INTC0; |
83 | #endif | 81 | #endif |
84 | imraddr = intaddr + ((irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL); | 82 | imraddr = intaddr + ((irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL); |
85 | icraddr = intaddr + MCFINTC_ICR0 + (irq & 0x3f); | 83 | icraddr = intaddr + MCFINTC_ICR0 + (irq & 0x3f); |
@@ -116,9 +114,9 @@ void __init init_IRQ(void) | |||
116 | init_vectors(); | 114 | init_vectors(); |
117 | 115 | ||
118 | /* Mask all interrupt sources */ | 116 | /* Mask all interrupt sources */ |
119 | __raw_writel(0x1, MCF_IPSBAR + MCFICM_INTC0 + MCFINTC_IMRL); | 117 | __raw_writel(0x1, MCFICM_INTC0 + MCFINTC_IMRL); |
120 | #ifdef MCFICM_INTC1 | 118 | #ifdef MCFICM_INTC1 |
121 | __raw_writel(0x1, MCF_IPSBAR + MCFICM_INTC1 + MCFINTC_IMRL); | 119 | __raw_writel(0x1, MCFICM_INTC1 + MCFINTC_IMRL); |
122 | #endif | 120 | #endif |
123 | 121 | ||
124 | for (irq = 0; (irq < NR_IRQS); irq++) { | 122 | for (irq = 0; (irq < NR_IRQS); irq++) { |