Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/clockchips.h>
#include <linux/export.h>
#include <asm/mach/time.h>
#include <mach/at91_st.h>
Go to the source code of this file.
Macros | |
#define | RM9200_TIMER_LATCH ((AT91_SLOW_CLOCK + HZ/2) / HZ) |
Functions | |
EXPORT_SYMBOL_GPL (at91_st_base) | |
void __init | at91rm9200_ioremap_st (u32 addr) |
void __init | at91rm9200_timer_init (void) |
Variables | |
void __iomem * | at91_st_base |
struct sys_timer | at91rm9200_timer |
#define RM9200_TIMER_LATCH ((AT91_SLOW_CLOCK + HZ/2) / HZ) |
Definition at line 36 of file at91rm9200_time.c.
Definition at line 182 of file at91rm9200_time.c.
Definition at line 192 of file at91rm9200_time.c.
EXPORT_SYMBOL_GPL | ( | at91_st_base | ) |
Definition at line 179 of file at91rm9200_time.c.
Definition at line 219 of file at91rm9200_time.c.