Searched refs:APLIC_CLRIP_BASE (Results 1 – 2 of 2) sorted by relevance
383 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_read_offset()384 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_read_offset()385 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_read_offset()448 } else if ((off >= APLIC_CLRIP_BASE) && in aplic_mmio_write_offset()449 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) { in aplic_mmio_write_offset()450 i = (off - APLIC_CLRIP_BASE) >> 2; in aplic_mmio_write_offset()
36 #define APLIC_CLRIP_BASE 0x1d00 macro