Searched refs:APLIC_CLRIP_BASE (Results 1 – 3 of 3) sorted by relevance
410 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_read_offset()411 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()412 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_read_offset()475 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_write_offset()476 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()477 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_write_offset()
92 #define APLIC_CLRIP_BASE 0x1d00 macro
58 writel(readl(regs + APLIC_CLRIP_BASE + (i / 32) * sizeof(u32)), in aplic_restore_states()