Home
last modified time | relevance | path

Searched refs:OMAP_IH1_BASE (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/mach-omap1/
Dhardware.h115 #define OMAP_IH1_BASE 0xfffecb00 macro
118 #define OMAP_IH1_ITR (OMAP_IH1_BASE + 0x00)
119 #define OMAP_IH1_MIR (OMAP_IH1_BASE + 0x04)
120 #define OMAP_IH1_SIR_IRQ (OMAP_IH1_BASE + 0x10)
121 #define OMAP_IH1_SIR_FIQ (OMAP_IH1_BASE + 0x14)
122 #define OMAP_IH1_CONTROL (OMAP_IH1_BASE + 0x18)
123 #define OMAP_IH1_ILR0 (OMAP_IH1_BASE + 0x1c)
124 #define OMAP_IH1_ISR (OMAP_IH1_BASE + 0x9c)
Dirq.c115 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3f8e22f },
123 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3febfff },
127 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3faefc3 },
135 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3fefe8f },
Dams-delta-fiq.c200 val = omap_readl(OMAP_IH1_BASE + offset) | 1; in ams_delta_init_fiq()
201 omap_writel(val, OMAP_IH1_BASE + offset); in ams_delta_init_fiq()
Dams-delta-fiq.h30 #define DEFERRED_FIQ_IH_BASE OMAP_IH1_BASE