/Linux-v6.6/arch/mips/include/asm/mach-cobalt/ |
D | irq.h | 40 #define MIPS_CPU_IRQ_BASE 16 macro 42 #define GT641XX_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 2) 43 #define RAQ2_SCSI_IRQ (MIPS_CPU_IRQ_BASE + 3) 44 #define ETH0_IRQ (MIPS_CPU_IRQ_BASE + 3) 45 #define QUBE1_ETH0_IRQ (MIPS_CPU_IRQ_BASE + 4) 46 #define ETH1_IRQ (MIPS_CPU_IRQ_BASE + 4) 47 #define SERIAL_IRQ (MIPS_CPU_IRQ_BASE + 5) 48 #define SCSI_IRQ (MIPS_CPU_IRQ_BASE + 5) 49 #define I8259_CASCADE_IRQ (MIPS_CPU_IRQ_BASE + 6)
|
/Linux-v6.6/arch/mips/sgi-ip30/ |
D | ip30-common.h | 13 #define IP30_HEART_L0_IRQ (MIPS_CPU_IRQ_BASE + 2) 14 #define IP30_HEART_L1_IRQ (MIPS_CPU_IRQ_BASE + 3) 15 #define IP30_HEART_L2_IRQ (MIPS_CPU_IRQ_BASE + 4) 16 #define IP30_HEART_TIMER_IRQ (MIPS_CPU_IRQ_BASE + 5) 17 #define IP30_HEART_ERR_IRQ (MIPS_CPU_IRQ_BASE + 6)
|
/Linux-v6.6/arch/mips/include/asm/mach-ip27/ |
D | irq.h | 17 #define IP27_HUB_PEND0_IRQ (MIPS_CPU_IRQ_BASE + 2) 18 #define IP27_HUB_PEND1_IRQ (MIPS_CPU_IRQ_BASE + 3) 19 #define IP27_RT_TIMER_IRQ (MIPS_CPU_IRQ_BASE + 4) 21 #define IP27_HUB_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8)
|
/Linux-v6.6/arch/mips/sni/ |
D | pcit.c | 214 do_IRQ(MIPS_CPU_IRQ_BASE + 4); in sni_pcit_hwint() 216 do_IRQ(MIPS_CPU_IRQ_BASE + 5); in sni_pcit_hwint() 218 do_IRQ(MIPS_CPU_IRQ_BASE + 7); in sni_pcit_hwint() 228 do_IRQ(MIPS_CPU_IRQ_BASE + 3); in sni_pcit_hwint_cplus() 230 do_IRQ(MIPS_CPU_IRQ_BASE + 4); in sni_pcit_hwint_cplus() 232 do_IRQ(MIPS_CPU_IRQ_BASE + 5); in sni_pcit_hwint_cplus() 234 do_IRQ(MIPS_CPU_IRQ_BASE + 7); in sni_pcit_hwint_cplus() 262 if (request_irq(MIPS_CPU_IRQ_BASE + 3, sni_isa_irq_handler, 0, "ISA", in sni_pcit_cplus_irq_init()
|
/Linux-v6.6/arch/mips/cobalt/ |
D | irq.c | 37 do_IRQ(MIPS_CPU_IRQ_BASE + 3); in plat_irq_dispatch() 39 do_IRQ(MIPS_CPU_IRQ_BASE + 4); in plat_irq_dispatch() 41 do_IRQ(MIPS_CPU_IRQ_BASE + 5); in plat_irq_dispatch() 43 do_IRQ(MIPS_CPU_IRQ_BASE + 7); in plat_irq_dispatch()
|
/Linux-v6.6/arch/mips/ath25/ |
D | ar5312_regs.h | 17 #define AR5312_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 2) /* C0_CAUSE: 0x0400 */ 18 #define AR5312_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 3) /* C0_CAUSE: 0x0800 */ 19 #define AR5312_IRQ_ENET1 (MIPS_CPU_IRQ_BASE + 4) /* C0_CAUSE: 0x1000 */ 20 #define AR5312_IRQ_WLAN1 (MIPS_CPU_IRQ_BASE + 5) /* C0_CAUSE: 0x2000 */ 21 #define AR5312_IRQ_MISC (MIPS_CPU_IRQ_BASE + 6) /* C0_CAUSE: 0x4000 */
|
D | ar2315_regs.h | 20 #define AR2315_IRQ_MISC (MIPS_CPU_IRQ_BASE + 2) /* C0_CAUSE: 0x0400 */ 21 #define AR2315_IRQ_WLAN0 (MIPS_CPU_IRQ_BASE + 3) /* C0_CAUSE: 0x0800 */ 22 #define AR2315_IRQ_ENET0 (MIPS_CPU_IRQ_BASE + 4) /* C0_CAUSE: 0x1000 */ 23 #define AR2315_IRQ_LCBUS_PCI (MIPS_CPU_IRQ_BASE + 5) /* C0_CAUSE: 0x2000 */ 24 #define AR2315_IRQ_WLAN0_POLL (MIPS_CPU_IRQ_BASE + 6) /* C0_CAUSE: 0x4000 */
|
/Linux-v6.6/arch/mips/include/asm/mach-generic/ |
D | irq.h | 23 #ifndef MIPS_CPU_IRQ_BASE 25 #define MIPS_CPU_IRQ_BASE 16 macro 27 #define MIPS_CPU_IRQ_BASE 0 macro
|
/Linux-v6.6/arch/mips/loongson2ef/lemote-2f/ |
D | irq.c | 18 #define LOONGSON_TIMER_IRQ (MIPS_CPU_IRQ_BASE + 7) /* cpu timer */ 19 #define LOONGSON_NORTH_BRIDGE_IRQ (MIPS_CPU_IRQ_BASE + 6) /* bonito */ 20 #define LOONGSON_UART_IRQ (MIPS_CPU_IRQ_BASE + 3) /* cpu serial port */ 21 #define LOONGSON_SOUTH_BRIDGE_IRQ (MIPS_CPU_IRQ_BASE + 2) /* i8259 */
|
/Linux-v6.6/arch/mips/generic/ |
D | irq.c | 26 mips_cpu_fdc_irq = MIPS_CPU_IRQ_BASE + cp0_fdc_irq; in get_c0_fdc_int() 42 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int() 58 mips_cpu_timer_irq = MIPS_CPU_IRQ_BASE + cp0_compare_irq; in get_c0_compare_int()
|
/Linux-v6.6/arch/mips/ralink/ |
D | irq.c | 23 #define RALINK_CPU_IRQ_INTC (MIPS_CPU_IRQ_BASE + 2) 24 #define RALINK_CPU_IRQ_PCI (MIPS_CPU_IRQ_BASE + 4) 25 #define RALINK_CPU_IRQ_FE (MIPS_CPU_IRQ_BASE + 5) 26 #define RALINK_CPU_IRQ_WIFI (MIPS_CPU_IRQ_BASE + 6) 27 #define RALINK_CPU_IRQ_COUNTER (MIPS_CPU_IRQ_BASE + 7)
|
/Linux-v6.6/arch/mips/loongson2ef/fuloong-2e/ |
D | irq.c | 27 do_IRQ(MIPS_CPU_IRQ_BASE + 7); in mach_irq_dispatch() 58 irq = MIPS_CPU_IRQ_BASE + 2; in mach_init_irq() 62 irq = MIPS_CPU_IRQ_BASE + 5; in mach_init_irq()
|
/Linux-v6.6/arch/mips/txx9/rbtx4927/ |
D | irq.c | 177 irq = MIPS_CPU_IRQ_BASE + 7; in rbtx4927_irq_dispatch() 183 irq = MIPS_CPU_IRQ_BASE + 0; in rbtx4927_irq_dispatch() 185 irq = MIPS_CPU_IRQ_BASE + 1; in rbtx4927_irq_dispatch()
|
/Linux-v6.6/arch/mips/include/asm/mach-db1x00/ |
D | irq.h | 16 #ifndef MIPS_CPU_IRQ_BASE 17 #define MIPS_CPU_IRQ_BASE 0 macro
|
/Linux-v6.6/arch/mips/include/asm/mach-loongson32/ |
D | irq.h | 14 #define MIPS_CPU_IRQ_BASE 0 macro 15 #define MIPS_CPU_IRQ(x) (MIPS_CPU_IRQ_BASE + (x)) 26 #define MIPS_CPU_IRQS (MIPS_CPU_IRQ(7) + 1 - MIPS_CPU_IRQ_BASE)
|
/Linux-v6.6/arch/mips/include/asm/mach-ath79/ |
D | irq.h | 9 #define MIPS_CPU_IRQ_BASE 0 macro 12 #define ATH79_CPU_IRQ(_x) (MIPS_CPU_IRQ_BASE + (_x))
|
/Linux-v6.6/arch/mips/include/asm/ |
D | sni.h | 146 #define SNI_A20R_IRQ_BASE MIPS_CPU_IRQ_BASE 154 #define PCIT_IRQ_ETHERNET (MIPS_CPU_IRQ_BASE + 5) 179 #define PCIMT_IRQ_ETHERNET (MIPS_CPU_IRQ_BASE+6)
|
D | txx9irq.h | 15 #define TXX9_IRQ_BASE (MIPS_CPU_IRQ_BASE + 8)
|
/Linux-v6.6/arch/mips/mti-malta/ |
D | malta-time.c | 143 return MIPS_CPU_IRQ_BASE + cp0_fdc_irq; in get_c0_fdc_int() 156 mips_cpu_perf_irq = MIPS_CPU_IRQ_BASE + cp0_perfcount_irq; in get_c0_perfcount_int() 173 mips_cpu_timer_irq = MIPS_CPU_IRQ_BASE + cp0_compare_irq; in get_c0_compare_int()
|
D | malta-int.c | 212 corehi_irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_COREHI; in arch_init_irq() 217 corehi_irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_COREHI; in arch_init_irq()
|
/Linux-v6.6/arch/mips/alchemy/common/ |
D | irq.c | 917 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 2, au1000_ic0r0_dispatch); in au1000_init_irq() 918 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 3, au1000_ic0r1_dispatch); in au1000_init_irq() 919 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 4, au1000_ic1r0_dispatch); in au1000_init_irq() 920 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 5, au1000_ic1r1_dispatch); in au1000_init_irq() 957 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 2, alchemy_gpic_dispatch); in alchemy_gpic_init_irq() 958 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 3, alchemy_gpic_dispatch); in alchemy_gpic_init_irq() 959 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 4, alchemy_gpic_dispatch); in alchemy_gpic_init_irq() 960 irq_set_chained_handler(MIPS_CPU_IRQ_BASE + 5, alchemy_gpic_dispatch); in alchemy_gpic_init_irq() 995 do_IRQ(MIPS_CPU_IRQ_BASE + __ffs(r & 0xff)); in plat_irq_dispatch()
|
/Linux-v6.6/arch/mips/kernel/ |
D | rtlx-mt.c | 26 do_IRQ(MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ); in rtlx_dispatch() 54 static int rtlx_irq_num = MIPS_CPU_IRQ_BASE + MIPS_CPU_RTLX_IRQ;
|
/Linux-v6.6/arch/mips/include/asm/mach-bcm63xx/ |
D | irq.h | 6 #define MIPS_CPU_IRQ_BASE 0 macro
|
/Linux-v6.6/arch/mips/include/asm/mach-pic32/ |
D | irq.h | 10 #define MIPS_CPU_IRQ_BASE 0 macro
|
/Linux-v6.6/arch/mips/include/asm/mach-loongson64/ |
D | irq.h | 11 #define MIPS_CPU_IRQ_BASE NR_IRQS_LEGACY macro
|