Searched refs:APLIC_SETIE_BASE (Results 1 – 2 of 2) sorted by relevance
414 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_read_offset()415 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()416 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_read_offset()479 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_write_offset()480 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()481 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_write_offset()
95 #define APLIC_SETIE_BASE 0x1e00 macro