#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/clockchips.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <mach/hardware.h>
#include <asm/sched_clock.h>
#include <asm/mach/time.h>
#include <mach/common.h>
Go to the source code of this file.
#define MX1_2_TCTL_CLK_PCLK1 (1 << 1) |
#define MX1_2_TCTL_FRR (1 << 8) |
#define MX1_2_TCTL_IRQEN (1 << 4) |
#define MX2_TSTAT_CAPT (1 << 1) |
#define MX2_TSTAT_COMP (1 << 0) |
#define MXC_TCTL_TEN (1 << 0) /* Enable module */ |
#define V2_TCTL_CLK_IPG (1 << 6) |
#define V2_TCTL_CLK_PER (2 << 6) |
#define V2_TCTL_FRR (1 << 9) |
#define V2_TSTAT_OF1 (1 << 0) |