Searched refs:APLIC_SETIE_BASE (Results 1 – 3 of 3) sorted by relevance
416 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_read_offset()417 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()418 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_read_offset()481 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_write_offset()482 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()483 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_write_offset()
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