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/kernel.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/clockchips.h>
#include <asm/div64.h>
#include <asm/mach/irq.h>
#include <asm/mach/time.h>
#include <asm/sched_clock.h>
#include <mach/regs-ost.h>
#include <mach/irqs.h>

Go to the source code of this file.

Macros

#define MIN_OSCR_DELTA   16
 
#define pxa_timer_suspend   NULL
 
#define pxa_timer_resume   NULL
 

Variables

struct sys_timer pxa_timer
 

Macro Definition Documentation

#define MIN_OSCR_DELTA   16

Definition at line 42 of file time.c.

#define pxa_timer_resume   NULL

Definition at line 163 of file time.c.

#define pxa_timer_suspend   NULL

Definition at line 162 of file time.c.

Variable Documentation

struct sys_timer pxa_timer
Initial value:
= {
.init = pxa_timer_init,
.suspend = pxa_timer_suspend,
.resume = pxa_timer_resume,
}

Definition at line 166 of file time.c.