Linux Kernel
3.7.1
|
#include <linux/clockchips.h>
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <linux/smp.h>
#include <linux/irq.h>
#include <asm/addrspace.h>
#include <asm/io.h>
#include <asm/time.h>
#include <asm/sibyte/bcm1480_regs.h>
#include <asm/sibyte/sb1250_regs.h>
#include <asm/sibyte/bcm1480_int.h>
#include <asm/sibyte/bcm1480_scd.h>
#include <asm/sibyte/sb1250.h>
Go to the source code of this file.
Macros | |
#define | IMR_IP2_VAL K_BCM1480_INT_MAP_I0 |
#define | IMR_IP3_VAL K_BCM1480_INT_MAP_I1 |
#define | IMR_IP4_VAL K_BCM1480_INT_MAP_I2 |
Functions | |
void __cpuinit | sb1480_clockevent_init (void) |
#define IMR_IP2_VAL K_BCM1480_INT_MAP_I0 |
Definition at line 35 of file cevt-bcm1480.c.
#define IMR_IP3_VAL K_BCM1480_INT_MAP_I1 |
Definition at line 36 of file cevt-bcm1480.c.
#define IMR_IP4_VAL K_BCM1480_INT_MAP_I2 |
Definition at line 37 of file cevt-bcm1480.c.
Definition at line 112 of file cevt-bcm1480.c.