Searched refs:timer_of_period (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-of.h64 static inline unsigned long timer_of_period(struct timer_of *to) function
H A Dtimer-loongson1-pwm.c94 ls1x_pwmtimer_set_period(timer_of_period(to), to);
229 ls1x_clocksource.ticks_per_jiffy = timer_of_period(to);
H A Dtimer-sprd.c96 sprd_timer_update_counter(timer_of_base(to), timer_of_period(to));
H A Dtimer-msc313e.c115 msc313e_timer_setup(timer_of_base(timer), timer_of_period(timer));
H A Drenesas-ostm.c114 writel(timer_of_period(to) - 1, timer_of_base(to) + OSTM_CMP);
H A Dtimer-npcm7xx.c98 writel(timer_of_period(to), timer_of_base(to) + NPCM7XX_REG_TICR0);
H A Dtimer-sun4i.c107 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to));
H A Dtimer-stm32.c150 return stm32_clock_event_set_next_event(timer_of_period(to), clkevt);
H A Dtimer-tegra.c85 unsigned long period = timer_of_period(to_timer_of(evt));

Completed in 163 milliseconds