Searched refs:intc_base (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/irqchip/
H A Dirq-ls1x.c28 * @intc_base: IO Base of intc registers.
33 void __iomem *intc_base; member in struct:ls1x_intc_priv
44 pending = readl(priv->intc_base + LS_REG_INTC_STATUS) &
45 readl(priv->intc_base + LS_REG_INTC_EN);
115 priv->intc_base = of_iomap(node, 0);
116 if (!priv->intc_base) {
147 writel(0x0, priv->intc_base + LS_REG_INTC_EN);
150 writel(0xffffffff, priv->intc_base + LS_REG_INTC_CLR);
153 writel(0xffffffff, priv->intc_base + LS_REG_INTC_POL);
157 gc->reg_base = priv->intc_base;
[all...]
/linux-master/arch/arm/mach-bcm/
H A Dplatsmp.c287 void __iomem *intc_base; local
298 intc_base = of_iomap(dn, 0);
301 if (!intc_base) {
307 intc_base + LOCAL_MAILBOX3_SET0 + 16 * cpu);
312 iounmap(intc_base);

Completed in 308 milliseconds