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