Searched refs:APLIC_SETIP_BASE (Results 1 – 2 of 2) sorted by relevance
377 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_read_offset()378 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()379 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_read_offset()442 } else if ((off >= APLIC_SETIP_BASE) && in aplic_mmio_write_offset()443 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()444 i = (off - APLIC_SETIP_BASE) >> 2; in aplic_mmio_write_offset()
33 #define APLIC_SETIP_BASE 0x1c00 macro