Searched refs:OMAP_IH1_BASE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | hardware.h | 115 #define OMAP_IH1_BASE 0xfffecb00 macro 122 #define OMAP_IH1_ITR (OMAP_IH1_BASE + 0x00) 123 #define OMAP_IH1_MIR (OMAP_IH1_BASE + 0x04) 124 #define OMAP_IH1_SIR_IRQ (OMAP_IH1_BASE + 0x10) 125 #define OMAP_IH1_SIR_FIQ (OMAP_IH1_BASE + 0x14) 126 #define OMAP_IH1_CONTROL (OMAP_IH1_BASE + 0x18) 127 #define OMAP_IH1_ILR0 (OMAP_IH1_BASE + 0x1c) 128 #define OMAP_IH1_ISR (OMAP_IH1_BASE + 0x9c)
|
H A D | irq.c | 116 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3febfff }, 120 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3faefc3 }, 128 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3fefe8f },
|
H A D | ams-delta-fiq.h | 30 #define DEFERRED_FIQ_IH_BASE OMAP_IH1_BASE
|
H A D | ams-delta-fiq.c | 200 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()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
H A D | hardware.h | 186 #define OMAP_IH1_BASE 0xfffecb00 macro 189 #define OMAP_IH1_ITR (OMAP_IH1_BASE + 0x00) 190 #define OMAP_IH1_MIR (OMAP_IH1_BASE + 0x04) 191 #define OMAP_IH1_SIR_IRQ (OMAP_IH1_BASE + 0x10) 192 #define OMAP_IH1_SIR_FIQ (OMAP_IH1_BASE + 0x14) 193 #define OMAP_IH1_CONTROL (OMAP_IH1_BASE + 0x18) 194 #define OMAP_IH1_ILR0 (OMAP_IH1_BASE + 0x1c) 195 #define OMAP_IH1_ISR (OMAP_IH1_BASE + 0x9c)
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | irq.c | 117 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3f8e22f }, 125 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3febfff }, 129 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3faefc3 }, 137 { .base_reg = OMAP_IH1_BASE, .trigger_map = 0xb3fefe8f },
|
H A D | ams-delta-fiq.h | 30 #define DEFERRED_FIQ_IH_BASE OMAP_IH1_BASE
|
H A D | ams-delta-fiq.c | 198 val = omap_readl(OMAP_IH1_BASE + offset) | 1; in ams_delta_init_fiq() 199 omap_writel(val, OMAP_IH1_BASE + offset); in ams_delta_init_fiq()
|
Completed in 4 milliseconds