Searched refs:APLIC_SETIE_BASE (Results 1 – 2 of 2) sorted by relevance
54 writel(srcs->ie, regs + APLIC_SETIE_BASE + (i / 32) * sizeof(u32)); in aplic_restore_states()82 srcs->ie = readl(regs + APLIC_SETIE_BASE + (i / 32) * sizeof(u32)); in aplic_save_states()88 srcs->ie = readl(regs + APLIC_SETIE_BASE + (nr_irqs / 32) * sizeof(u32)); in aplic_save_states()
95 #define APLIC_SETIE_BASE 0x1e00 macro