Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-dove/
H A Dirq.c40 static void __iomem *dove_irq_base = IRQ_VIRT_BASE; variable
47 stat = readl_relaxed(dove_irq_base + IRQ_CAUSE_LOW_OFF); in dove_legacy_handle_irq()
48 stat &= readl_relaxed(dove_irq_base + IRQ_MASK_LOW_OFF); in dove_legacy_handle_irq()
54 stat = readl_relaxed(dove_irq_base + IRQ_CAUSE_HIGH_OFF); in dove_legacy_handle_irq()
55 stat &= readl_relaxed(dove_irq_base + IRQ_MASK_HIGH_OFF); in dove_legacy_handle_irq()