Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/irqchip/
Dirq-gic-common.c28 u32 enableoff = (irq / 32) * 4; in gic_configure_irq() local
49 if (readl_relaxed(base + GIC_DIST_ENABLE_SET + enableoff) & enablemask) { in gic_configure_irq()
50 writel_relaxed(enablemask, base + GIC_DIST_ENABLE_CLEAR + enableoff); in gic_configure_irq()
66 writel_relaxed(enablemask, base + GIC_DIST_ENABLE_SET + enableoff); in gic_configure_irq()