Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-dove/
Dbridge-regs.h31 #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)
Dirq.c43 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()
/Linux-v5.10/arch/arm/mach-mv78xx0/
Dirq.c27 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()
Dbridge-regs.h24 #define IRQ_VIRT_BASE (BRIDGE_VIRT_BASE + 0x0200) macro