Searched refs:APLIC_CLRIP_BASE (Results 1 – 2 of 2) sorted by relevance
408 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_read_offset()409 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()410 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_read_offset()473 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_write_offset()474 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()475 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_write_offset()
92 #define APLIC_CLRIP_BASE 0x1d00 macro