• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/

Lines Matching refs:omap_dm_timer

153 struct omap_dm_timer {
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 *timer)
358 static void omap_dm_timer_prepare(struct omap_dm_timer *timer)
364 struct omap_dm_timer *omap_dm_timer_request(void)
366 struct omap_dm_timer *timer = NULL;
388 struct omap_dm_timer *omap_dm_timer_request_specific(int id)
390 struct omap_dm_timer *timer;
412 void omap_dm_timer_free(struct omap_dm_timer *timer)
423 void omap_dm_timer_enable(struct omap_dm_timer *timer)
439 void omap_dm_timer_disable(struct omap_dm_timer *timer)
455 int omap_dm_timer_get_irq(struct omap_dm_timer *timer)
494 struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *timer)
510 void omap_dm_timer_trigger(struct omap_dm_timer *timer)
516 void omap_dm_timer_start(struct omap_dm_timer *timer)
528 void omap_dm_timer_stop(struct omap_dm_timer *timer)
554 int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source)
569 int omap_dm_timer_set_source(struct omap_dm_timer *timer, int source)
588 void omap_dm_timer_set_load(struct omap_dm_timer *timer, int autoreload,
606 void omap_dm_timer_set_load_start(struct omap_dm_timer *timer, int autoreload,
625 void omap_dm_timer_set_match(struct omap_dm_timer *timer, int enable,
640 void omap_dm_timer_set_pwm(struct omap_dm_timer *timer, int def_on,
657 void omap_dm_timer_set_prescaler(struct omap_dm_timer *timer, int prescaler)
671 void omap_dm_timer_set_int_enable(struct omap_dm_timer *timer,
679 unsigned int omap_dm_timer_read_status(struct omap_dm_timer *timer)
689 void omap_dm_timer_write_status(struct omap_dm_timer *timer, unsigned int value)
695 unsigned int omap_dm_timer_read_counter(struct omap_dm_timer *timer)
705 void omap_dm_timer_write_counter(struct omap_dm_timer *timer, unsigned int value)
716 struct omap_dm_timer *timer;
734 struct omap_dm_timer *timer;