Searched refs:MCFSIM_ICR3 (Results 1 – 7 of 7) sorted by relevance
/linux/arch/m68k/coldfire/ |
A D | intc-5272.c | 62 /*MCF_IRQ_USB4*/ { .icr = MCFSIM_ICR3, .index = 28, .ack = 0, }, 63 /*MCF_IRQ_USB5*/ { .icr = MCFSIM_ICR3, .index = 24, .ack = 0, }, 64 /*MCF_IRQ_USB6*/ { .icr = MCFSIM_ICR3, .index = 20, .ack = 0, }, 65 /*MCF_IRQ_USB7*/ { .icr = MCFSIM_ICR3, .index = 16, .ack = 0, }, 66 /*MCF_IRQ_DMA*/ { .icr = MCFSIM_ICR3, .index = 12, .ack = 0, }, 67 /*MCF_IRQ_ERX*/ { .icr = MCFSIM_ICR3, .index = 8, .ack = 0, }, 68 /*MCF_IRQ_ETX*/ { .icr = MCFSIM_ICR3, .index = 4, .ack = 0, }, 69 /*MCF_IRQ_ENTC*/ { .icr = MCFSIM_ICR3, .index = 0, .ack = 0, }, 168 writel(0x88888888, MCFSIM_ICR3); in init_IRQ()
|
/linux/arch/m68k/include/asm/ |
A D | m5407sim.h | 41 #define MCFSIM_ICR3 (MCF_MBAR + 0x4f) /* Intr Ctrl reg 3 */ macro 116 #define MCFSIM_I2CICR MCFSIM_ICR3 /* I2C ICR */
|
A D | m5307sim.h | 41 #define MCFSIM_ICR3 (MCF_MBAR + 0x4f) /* Intr Ctrl reg 3 */ macro 152 #define MCFSIM_I2CICR MCFSIM_ICR3 /* I2C ICR */
|
A D | m525xsim.h | 45 #define MCFSIM_ICR3 (MCF_MBAR + 0x4f) /* Intr Ctrl reg 3 */ macro 147 #define MCFSIM_I2CICR MCFSIM_ICR3 /* I2C ICR */
|
A D | m5272sim.h | 33 #define MCFSIM_ICR3 (MCF_MBAR + 0x28) /* Intr Ctrl reg 3 */ macro
|
A D | m5206sim.h | 28 #define MCFSIM_ICR3 (MCF_MBAR + 0x16) /* Intr Ctrl reg 3 */ macro
|
A D | m53xxsim.h | 54 #define MCFSIM_ICR3 0xFC048043 macro
|
Completed in 13 milliseconds