Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dloongson_liointc.c42 #define R_ISR_SIZE 0x8 macro
44 #define R_END (R_START + R_ISR_SIZE * NUM_CORES)
129 int core = offset / R_ISR_SIZE; in liointc_read()
131 if (offset % R_ISR_SIZE) { in liointc_read()
178 int core = offset / R_ISR_SIZE; in liointc_write()
180 if (offset % R_ISR_SIZE) { in liointc_write()