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