Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/loongson64/loongson-3/
Dirq.c107 LOONGSON_INT_COREx_INTy(loongson_sysconf.boot_cpu_id, 0); in irq_router_init()
111 LOONGSON_INT_COREx_INTy(loongson_sysconf.boot_cpu_id, 1); in irq_router_init()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dirq.h35 #define LOONGSON_INT_COREx_INTy(x, y) (1<<(x) | 1<<(y+4)) /* route to int y of core x */ macro