Home
last modified time | relevance | path

Searched refs:NUM_IPS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dloongson_liointc.c32 #define NUM_IPS 4 macro
33 #define NUM_PARENTS (NUM_CORES * NUM_IPS)
34 #define PARENT_COREx_IPy(x, y) (NUM_IPS * x + y)
65 uint32_t per_ip_isr[NUM_IPS] = {0}; in update_irq()
90 for (ip = 0; ip < NUM_IPS; ip++) { in update_irq()
99 for (ip = 0; ip < NUM_IPS; ip++) { in update_irq()