Searched refs:omap_dm_timer (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddmtimer.h47 struct omap_dm_timer;
52 struct omap_dm_timer *omap_dm_timer_request(void);
53 struct omap_dm_timer *omap_dm_timer_request_specific(int timer_id);
54 void omap_dm_timer_free(struct omap_dm_timer *timer);
55 void omap_dm_timer_enable(struct omap_dm_timer *timer);
56 void omap_dm_timer_disable(struct omap_dm_timer *timer);
58 int omap_dm_timer_get_irq(struct omap_dm_timer *timer);
61 struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer);
63 void omap_dm_timer_trigger(struct omap_dm_timer *timer);
64 void omap_dm_timer_start(struct omap_dm_timer *time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddmtimer.c153 struct omap_dm_timer { struct
168 static struct omap_dm_timer omap1_dm_timers[] = {
187 static struct omap_dm_timer omap2_dm_timers[] = {
220 static struct omap_dm_timer omap3_dm_timers[] = {
252 static struct omap_dm_timer omap4_dm_timers[] = {
281 static struct omap_dm_timer *dm_timers;
292 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg)
307 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg,
317 static void omap_dm_timer_wait_for_reset(struct omap_dm_timer *timer)
331 static void omap_dm_timer_reset(struct omap_dm_timer *time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dtimer-gp.c46 static struct omap_dm_timer *gptimer;
50 struct omap_dm_timer *gptimer_wakeup;
54 struct omap_dm_timer *gpt = (struct omap_dm_timer *)dev_id;
185 static struct omap_dm_timer *gpt_clocksource;
203 static struct omap_dm_timer *gpt;
H A Dpm.h47 extern struct omap_dm_timer *gptimer_wakeup;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Ddsp-clock.c62 static struct omap_dm_timer *timer[4];
208 struct omap_dm_timer *gpt = timer[clk_id - 1];

Completed in 118 milliseconds