Searched refs:APLIC_CLRIE_BASE (Results 1 – 2 of 2) sorted by relevance
395 } else if ((off >= APLIC_CLRIE_BASE) && in aplic_mmio_read_offset()396 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()460 } else if ((off >= APLIC_CLRIE_BASE) && in aplic_mmio_write_offset()461 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()462 i = (off - APLIC_CLRIE_BASE) >> 2; in aplic_mmio_write_offset()
42 #define APLIC_CLRIE_BASE 0x1f00 macro