Linux Kernel
3.7.1
|
#include <linux/interrupt.h>
#include <linux/time.h>
#include <linux/timex.h>
#include <linux/clockchips.h>
#include <linux/clocksource.h>
#include <linux/types.h>
#include <linux/io.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/irq.h>
#include <mach/hardware.h>
#include <mach/irqs.h>
#include <asm/sched_clock.h>
#include <asm/mach/map.h>
#include <asm/mach/time.h>
#include "timer.h"
Go to the source code of this file.
Variables | |
struct sys_timer | u300_timer |
#define TICKS_PER_JIFFY ((CLOCK_TICK_RATE + (HZ/2)) / HZ) |
#define U300_TIMER_APP_CRC_CLOCK_REQUEST_ENABLE (0x00000001) |
#define U300_TIMER_APP_GPT1S_TIMER_STATE_ACTIVE (0x00000002) |
#define U300_TIMER_APP_GPT2S_TIMER_STATE_ACTIVE (0x00000002) |