Searched refs:APLIC_TARGET_BASE (Results 1 – 4 of 4) sorted by relevance
90 target = priv->regs + APLIC_TARGET_BASE; in aplic_msi_write_msg()123 target = priv->regs + APLIC_TARGET_BASE; in aplic_msi_write_msg()
69 target = priv->regs + APLIC_TARGET_BASE + (d->hwirq - 1) * sizeof(u32); in aplic_direct_set_affinity()282 writel(v, priv->regs + APLIC_TARGET_BASE + (j - 1) * sizeof(u32)); in aplic_direct_setup()
123 priv->regs + APLIC_TARGET_BASE + (i - 1) * sizeof(u32)); in aplic_init_hw_irqs()
106 #define APLIC_TARGET_BASE 0x3004 macro