Searched refs:APLIC_SETIE_BASE (Results 1 – 2 of 2) sorted by relevance
389 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_read_offset()390 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()391 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_read_offset()454 } else if ((off >= APLIC_SETIE_BASE) && in aplic_mmio_write_offset()455 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()456 i = (off - APLIC_SETIE_BASE) >> 2; in aplic_mmio_write_offset()
39 #define APLIC_SETIE_BASE 0x1e00 macro