Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/io.h>
#include <asm/sched_clock.h>
#include <asm/hardware/arm_timer.h>
Go to the source code of this file.
Functions | |
void __init | __sp804_clocksource_and_sched_clock_init (void __iomem *base, const char *name, int use_sched_clock) |
void __init | sp804_clockevents_init (void __iomem *base, unsigned int irq, const char *name) |
void __init __sp804_clocksource_and_sched_clock_init | ( | void __iomem * | base, |
const char * | name, | ||
int | use_sched_clock | ||
) |
Definition at line 78 of file timer-sp.c.