Searched refs:APLIC_TARGET_BASE (Results 1 – 5 of 5) sorted by relevance
432 } else if ((off >= APLIC_TARGET_BASE) && in aplic_mmio_read_offset()433 (off < (APLIC_TARGET_BASE + (aplic->nr_irqs - 1) * 4))) { in aplic_mmio_read_offset()434 i = ((off - APLIC_TARGET_BASE) >> 2) + 1; in aplic_mmio_read_offset()502 } else if ((off >= APLIC_TARGET_BASE) && in aplic_mmio_write_offset()503 (off < (APLIC_TARGET_BASE + (aplic->nr_irqs - 1) * 4))) { in aplic_mmio_write_offset()504 i = ((off - APLIC_TARGET_BASE) >> 2) + 1; in aplic_mmio_write_offset()
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()300 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