Lines Matching defs:gpc_imr_offset
36 static uint32_t gpc_imr_offset[] = {
58 uint32_t reg = gpc_imr_offset[core_id] + imr_idx * 4;
70 uint32_t reg = gpc_imr_offset[core_id] + imr_idx * 4;
118 reg = gpc_imr_offset[0] + (hwirq / 32) * 4;
135 reg = gpc_imr_offset[0] + (hwirq / 32) * 4;
160 mmio_setbits_32(gpc_imr_offset[core_id], 1);
162 mmio_clrbits_32(gpc_imr_offset[core_id], 1);
197 reg = gpc_imr_offset[cpu_idx] + (hwirq / 32) * 4;
207 reg = gpc_imr_offset[i] + (hwirq / 32) * 4;
391 for (j = 0U; j < ARRAY_SIZE(gpc_imr_offset); j++) {
392 mmio_write_32(gpc_imr_offset[j] + i * 4, ~0x0);
401 mmio_write_32(gpc_imr_offset[i], ~0x1);