Home
last modified time | relevance | path

Searched refs:APLIC_TARGET_BASE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-riscv-aplic-main.c48 writel(srcs->target, regs + APLIC_TARGET_BASE + i * sizeof(u32)); in aplic_restore_states()
77 srcs->target = readl(regs + APLIC_TARGET_BASE + i * sizeof(u32)); in aplic_save_states()
299 priv->regs + APLIC_TARGET_BASE + (i - 1) * sizeof(u32)); in aplic_init_hw_irqs()
H A Dirq-riscv-aplic-msi.c90 target = priv->regs + APLIC_TARGET_BASE; in aplic_msi_write_msg()
123 target = priv->regs + APLIC_TARGET_BASE; in aplic_msi_write_msg()
/linux/include/linux/irqchip/
H A Driscv-aplic.h106 #define APLIC_TARGET_BASE 0x3004 macro