Home
last modified time | relevance | path

Searched refs:omap_dm_timer (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/arm/plat-omap/include/plat/ !
Ddmtimer.h73 struct omap_dm_timer;
110 struct omap_dm_timer *omap_dm_timer_request(void);
111 struct omap_dm_timer *omap_dm_timer_request_specific(int timer_id);
112 int omap_dm_timer_free(struct omap_dm_timer *timer);
113 void omap_dm_timer_enable(struct omap_dm_timer *timer);
114 void omap_dm_timer_disable(struct omap_dm_timer *timer);
116 int omap_dm_timer_get_irq(struct omap_dm_timer *timer);
119 struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer);
121 int omap_dm_timer_trigger(struct omap_dm_timer *timer);
122 int omap_dm_timer_start(struct omap_dm_timer *timer);
[all …]
/linux-3.4.99/arch/arm/plat-omap/ !
Ddmtimer.c60 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg) in omap_dm_timer_read_reg()
76 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg, in omap_dm_timer_write_reg()
83 static void omap_timer_restore_context(struct omap_dm_timer *timer) in omap_timer_restore_context()
106 static void omap_dm_timer_wait_for_reset(struct omap_dm_timer *timer) in omap_dm_timer_wait_for_reset()
123 static void omap_dm_timer_reset(struct omap_dm_timer *timer) in omap_dm_timer_reset()
136 int omap_dm_timer_prepare(struct omap_dm_timer *timer) in omap_dm_timer_prepare()
157 struct omap_dm_timer *omap_dm_timer_request(void) in omap_dm_timer_request()
159 struct omap_dm_timer *timer = NULL, *t; in omap_dm_timer_request()
189 struct omap_dm_timer *omap_dm_timer_request_specific(int id) in omap_dm_timer_request_specific()
191 struct omap_dm_timer *timer = NULL, *t; in omap_dm_timer_request_specific()
[all …]
/linux-3.4.99/arch/arm/mach-omap2/ !
Dtimer.c79 static struct omap_dm_timer clkev;
142 static int __init omap_dm_timer_init_one(struct omap_dm_timer *timer, in omap_dm_timer_init_one()
252 static struct omap_dm_timer clksrc;
/linux-3.4.99/drivers/staging/tidspbridge/core/ !
Ddsp-clock.c59 static struct omap_dm_timer *timer[4];
166 struct omap_dm_timer *gpt = timer[clk_id - 1]; in dsp_gpt_wait_overflow()