drm/rockchip: vop2: Fix the windows switch between different layers
[drm/drm-misc.git] / arch / mips / include / asm / mach-loongson64 / irq.h
blob67c15f320f933ba9fd170108ca8959d38e90d8fe
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_LOONGSON64_IRQ_H_
3 #define __ASM_MACH_LOONGSON64_IRQ_H_
5 /* cpu core interrupt numbers */
6 #define NR_IRQS_LEGACY 16
7 #define NR_MIPS_CPU_IRQS 8
8 #define NR_MAX_CHAINED_IRQS 40 /* Chained IRQs means those not directly used by devices */
9 #define NR_IRQS (NR_IRQS_LEGACY + NR_MIPS_CPU_IRQS + NR_MAX_CHAINED_IRQS + 256)
10 #define MAX_IO_PICS 1
11 #define MIPS_CPU_IRQ_BASE NR_IRQS_LEGACY
12 #define GSI_MIN_CPU_IRQ 0
14 #include <asm/mach-generic/irq.h>
16 #endif /* __ASM_MACH_LOONGSON64_IRQ_H_ */