#include <linux/init.h>
#include <linux/err.h>
#include <linux/time.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/clockchips.h>
#include <linux/clocksource.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <asm/mach/time.h>
#include <asm/smp_twd.h>
#include <asm/sched_clock.h>
#include <mach/iomap.h>
#include <mach/irqs.h>
#include "board.h"
#include "clock.h"
Go to the source code of this file.
#define RTC_MILLISECONDS 0x10 |
#define RTC_SHADOW_SECONDS 0x0c |
#define tegra_twd_init |
( |
| ) |
do {} while(0) |
#define TIMERUS_CNTR_1US 0x10 |
#define TIMERUS_CNTR_FREEZE 0x4c |
#define TIMERUS_USEC_CFG 0x14 |
Initial value:= {
.init = tegra_init_timer,
}
Definition at line 248 of file timer.c.