APLIC_TARGET_BASE
} else if ((off >= APLIC_TARGET_BASE) &&
(off < (APLIC_TARGET_BASE + (aplic->nr_irqs - 1) * 4))) {
i = ((off - APLIC_TARGET_BASE) >> 2) + 1;
} else if ((off >= APLIC_TARGET_BASE) &&
(off < (APLIC_TARGET_BASE + (aplic->nr_irqs - 1) * 4))) {
i = ((off - APLIC_TARGET_BASE) >> 2) + 1;
writel(v, priv->regs + APLIC_TARGET_BASE + (j - 1) * sizeof(u32));
target = priv->regs + APLIC_TARGET_BASE + (d->hwirq - 1) * sizeof(u32);
priv->regs + APLIC_TARGET_BASE + (i - 1) * sizeof(u32));
writel(srcs->target, regs + APLIC_TARGET_BASE + i * sizeof(u32));
srcs->target = readl(regs + APLIC_TARGET_BASE + i * sizeof(u32));
target = priv->regs + APLIC_TARGET_BASE;
target = priv->regs + APLIC_TARGET_BASE;