Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
time.c File Reference
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/timex.h>
#include <linux/clockchips.h>
#include <asm/mach/time.h>
#include <asm/sched_clock.h>
#include <mach/hardware.h>
#include <mach/irqs.h>

Go to the source code of this file.

Macros

#define MIN_OSCR_DELTA   2
 
#define sa1100_timer_suspend   NULL
 
#define sa1100_timer_resume   NULL
 

Variables

struct sys_timer sa1100_timer
 

Macro Definition Documentation

#define MIN_OSCR_DELTA   2

Definition at line 28 of file time.c.

#define sa1100_timer_resume   NULL

Definition at line 136 of file time.c.

#define sa1100_timer_suspend   NULL

Definition at line 135 of file time.c.

Variable Documentation

struct sys_timer sa1100_timer
Initial value:
= {
.init = sa1100_timer_init,
}

Definition at line 139 of file time.c.