Searched refs:OMAP_IH1_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/arm/plat-omap/include/plat/ |
D | hardware.h | 152 #define OMAP_IH1_BASE 0xfffecb00 macro 155 #define OMAP_IH1_ITR (OMAP_IH1_BASE + 0x00) 156 #define OMAP_IH1_MIR (OMAP_IH1_BASE + 0x04) 157 #define OMAP_IH1_SIR_IRQ (OMAP_IH1_BASE + 0x10) 158 #define OMAP_IH1_SIR_FIQ (OMAP_IH1_BASE + 0x14) 159 #define OMAP_IH1_CONTROL (OMAP_IH1_BASE + 0x18) 160 #define OMAP_IH1_ILR0 (OMAP_IH1_BASE + 0x1c) 161 #define OMAP_IH1_ISR (OMAP_IH1_BASE + 0x9c)
|
/linux-3.4.99/arch/arm/mach-omap1/ |
D | irq.c | 80 omap_writel(0x1, OMAP_IH1_BASE + IRQ_CONTROL_REG_OFFSET); in omap_ack_irq() 144 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3f8e22f }, 152 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3febfff }, 156 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3faefc3 }, 164 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3fefe8f },
|
D | ams-delta-fiq.c | 156 val = omap_readl(OMAP_IH1_BASE + offset) | 1; in ams_delta_init_fiq() 157 omap_writel(val, OMAP_IH1_BASE + offset); in ams_delta_init_fiq()
|
/linux-3.4.99/arch/arm/mach-omap1/include/mach/ |
D | ams-delta-fiq.h | 28 #define DEFERRED_FIQ_IH_BASE OMAP_IH1_BASE
|
D | entry-macro.S | 22 ldr \base, =OMAP1_IO_ADDRESS(OMAP_IH1_BASE)
|