Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <mach/irqs.h>
#include <plat/dmtimer.h>
Go to the source code of this file.
Macros | |
#define | OMAP1610_GPTIMER1_BASE 0xfffb1400 |
#define | OMAP1610_GPTIMER2_BASE 0xfffb1c00 |
#define | OMAP1610_GPTIMER3_BASE 0xfffb2400 |
#define | OMAP1610_GPTIMER4_BASE 0xfffb2c00 |
#define | OMAP1610_GPTIMER5_BASE 0xfffb3400 |
#define | OMAP1610_GPTIMER6_BASE 0xfffb3c00 |
#define | OMAP1610_GPTIMER7_BASE 0xfffb7400 |
#define | OMAP1610_GPTIMER8_BASE 0xfffbd400 |
#define | OMAP1_DM_TIMER_COUNT 8 |
Functions | |
arch_initcall (omap1_dm_timer_init) | |
#define OMAP1610_GPTIMER1_BASE 0xfffb1400 |
OMAP1 Dual-Mode Timers - platform device registration
Contains first level initialization routines which internally generates timer device information and registers with linux device model. It also has low level function to chnage the timer input clock source.
Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ Tarun Kanti DebBarma tarun Thara Gopinath .kan ti@ti .comthara @ti. com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, whether express or implied; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
arch_initcall | ( | omap1_dm_timer_init | ) |