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