Go to the documentation of this file.
12 #include <linux/module.h>
15 #include <asm/i8259.h>
21 #define LOONGSON_TIMER_IRQ (MIPS_CPU_IRQ_BASE + 7)
22 #define LOONGSON_NORTH_BRIDGE_IRQ (MIPS_CPU_IRQ_BASE + 6)
23 #define LOONGSON_UART_IRQ (MIPS_CPU_IRQ_BASE + 3)
24 #define LOONGSON_SOUTH_BRIDGE_IRQ (MIPS_CPU_IRQ_BASE + 2)
26 #define LOONGSON_INT_BIT_INT0 (1 << 11)
27 #define LOONGSON_INT_BIT_INT1 (1 << 12)
65 static void i8259_irqdispatch(
void)
97 .handler = ip6_action,