|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/linkage.h>#include <linux/interrupt.h>#include <linux/spinlock.h>#include <linux/smp.h>#include <linux/mm.h>#include <linux/kernel_stat.h>#include <asm/errno.h>#include <asm/signal.h>#include <asm/time.h>#include <asm/io.h>#include <asm/sibyte/sb1250_regs.h>#include <asm/sibyte/sb1250_int.h>#include <asm/sibyte/sb1250_uart.h>#include <asm/sibyte/sb1250_scd.h>#include <asm/sibyte/sb1250.h>Go to the source code of this file.
Macros | |
| #define | IMR_IP2_VAL K_INT_MAP_I0 |
| #define | IMR_IP3_VAL K_INT_MAP_I1 |
| #define | IMR_IP4_VAL K_INT_MAP_I2 |
| #define | IMR_IP5_VAL K_INT_MAP_I3 |
| #define | IMR_IP6_VAL K_INT_MAP_I4 |
Functions | |
| void | sb1250_mask_irq (int cpu, int irq) |
| void | sb1250_unmask_irq (int cpu, int irq) |
| void __init | init_sb1250_irqs (void) |
| void __init | arch_init_irq (void) |
| void | sb1250_mailbox_interrupt (void) |
| asmlinkage void | plat_irq_dispatch (void) |
Variables | |
| int | sb1250_irq_owner [SB1250_NR_IRQS] |
| #define IMR_IP2_VAL K_INT_MAP_I0 |
| #define IMR_IP3_VAL K_INT_MAP_I1 |
| #define IMR_IP4_VAL K_INT_MAP_I2 |
| #define IMR_IP5_VAL K_INT_MAP_I3 |
| #define IMR_IP6_VAL K_INT_MAP_I4 |
| asmlinkage void plat_irq_dispatch | ( | void | ) |
| int sb1250_irq_owner[SB1250_NR_IRQS] |
1.8.2