Searched refs:NUM_IPIS (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/intc/ |
H A D | xlnx-zynqmp-ipi.h | 39 #define NUM_IPIS 11 macro 49 qemu_irq irq_trig_out[NUM_IPIS]; 50 qemu_irq irq_obs_out[NUM_IPIS];
|
/openbmc/qemu/hw/intc/ |
H A D | xlnx-zynqmp-ipi.c | 135 int index_array[NUM_IPIS] = {0, 8, 9, 16, 17, 18, 19, 24, 25, 26, 27}; 136 static const char *index_array_names[NUM_IPIS] = {"APU", "RPU_0", "RPU_1", 145 for (i = 0; i < NUM_IPIS; i++) { in xlnx_zynqmp_ipi_set_trig() 158 for (i = 0; i < NUM_IPIS; i++) { in xlnx_zynqmp_ipi_set_obs() 337 for (i = 0; i < NUM_IPIS; i++) { in xlnx_zynqmp_ipi_init()
|