Searched refs:IRQ_VIRT_BASE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-dove/ |
H A D | bridge-regs.h | 31 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200) macro 42 #define IRQ_MASK_LOW (IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF) 43 #define FIQ_MASK_LOW (IRQ_VIRT_BASE + FIQ_MASK_LOW_OFF) 44 #define ENDPOINT_MASK_LOW (IRQ_VIRT_BASE + ENDPOINT_MASK_LOW_OFF) 45 #define IRQ_MASK_HIGH (IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF) 46 #define FIQ_MASK_HIGH (IRQ_VIRT_BASE + FIQ_MASK_HIGH_OFF) 47 #define ENDPOINT_MASK_HIGH (IRQ_VIRT_BASE + ENDPOINT_MASK_HIGH_OFF) 48 #define PCIE_INTERRUPT_MASK (IRQ_VIRT_BASE + PCIE_INTERRUPT_MASK_OFF)
|
H A D | irq.c | 43 static void __iomem *dove_irq_base = IRQ_VIRT_BASE; 68 orion_irq_init(1, IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF); in dove_init_irq() 69 orion_irq_init(33, IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF); in dove_init_irq()
|
/kernel/linux/linux-6.6/arch/arm/mach-dove/ |
H A D | bridge-regs.h | 26 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200) macro 37 #define IRQ_MASK_LOW (IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF) 38 #define FIQ_MASK_LOW (IRQ_VIRT_BASE + FIQ_MASK_LOW_OFF) 39 #define ENDPOINT_MASK_LOW (IRQ_VIRT_BASE + ENDPOINT_MASK_LOW_OFF) 40 #define IRQ_MASK_HIGH (IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF) 41 #define FIQ_MASK_HIGH (IRQ_VIRT_BASE + FIQ_MASK_HIGH_OFF) 42 #define ENDPOINT_MASK_HIGH (IRQ_VIRT_BASE + ENDPOINT_MASK_HIGH_OFF) 43 #define PCIE_INTERRUPT_MASK (IRQ_VIRT_BASE + PCIE_INTERRUPT_MASK_OFF)
|
H A D | irq.c | 40 static void __iomem *dove_irq_base = IRQ_VIRT_BASE; 65 orion_irq_init(1, IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF); in dove_init_irq() 66 orion_irq_init(33, IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF); in dove_init_irq()
|
/kernel/linux/linux-5.10/arch/arm/mach-mv78xx0/ |
H A D | irq.c | 27 static void __iomem *mv78xx0_irq_base = IRQ_VIRT_BASE; 59 orion_irq_init(0, IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF); in mv78xx0_init_irq() 60 orion_irq_init(32, IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF); in mv78xx0_init_irq() 61 orion_irq_init(64, IRQ_VIRT_BASE + IRQ_MASK_ERR_OFF); in mv78xx0_init_irq()
|
H A D | bridge-regs.h | 24 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200) macro
|
/kernel/linux/linux-6.6/arch/arm/mach-mv78xx0/ |
H A D | irq.c | 24 static void __iomem *mv78xx0_irq_base = IRQ_VIRT_BASE; 56 orion_irq_init(0, IRQ_VIRT_BASE + IRQ_MASK_LOW_OFF); in mv78xx0_init_irq() 57 orion_irq_init(32, IRQ_VIRT_BASE + IRQ_MASK_HIGH_OFF); in mv78xx0_init_irq() 58 orion_irq_init(64, IRQ_VIRT_BASE + IRQ_MASK_ERR_OFF); in mv78xx0_init_irq()
|
H A D | bridge-regs.h | 20 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200) macro
|
Completed in 2 milliseconds