Searched refs:timer_of_period (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-loongson1-pwm.c | 94 ls1x_pwmtimer_set_period(timer_of_period(to), to); in ls1x_clockevent_set_state_periodic() 229 ls1x_clocksource.ticks_per_jiffy = timer_of_period(to); in ls1x_pwm_clocksource_init()
|
H A D | timer-of.h | 64 static inline unsigned long timer_of_period(struct timer_of *to) in timer_of_period() function
|
H A D | timer-sprd.c | 96 sprd_timer_update_counter(timer_of_base(to), timer_of_period(to)); in sprd_timer_set_periodic()
|
H A D | renesas-ostm.c | 114 writel(timer_of_period(to) - 1, timer_of_base(to) + OSTM_CMP); in ostm_set_periodic()
|
H A D | timer-sun4i.c | 107 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to)); in sun4i_clkevt_set_periodic()
|
H A D | timer-msc313e.c | 115 msc313e_timer_setup(timer_of_base(timer), timer_of_period(timer)); in msc313e_timer_clkevt_set_periodic()
|
H A D | timer-npcm7xx.c | 98 writel(timer_of_period(to), timer_of_base(to) + NPCM7XX_REG_TICR0); in npcm7xx_timer_periodic()
|
H A D | timer-tegra.c | 85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic()
|
H A D | timer-stm32.c | 150 return stm32_clock_event_set_next_event(timer_of_period(to), clkevt); in stm32_clock_event_set_periodic()
|
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-of.h | 64 static inline unsigned long timer_of_period(struct timer_of *to) in timer_of_period() function
|
H A D | renesas-ostm.c | 112 writel(timer_of_period(to) - 1, timer_of_base(to) + OSTM_CMP); in ostm_set_periodic()
|
H A D | timer-sprd.c | 96 sprd_timer_update_counter(timer_of_base(to), timer_of_period(to)); in sprd_timer_set_periodic()
|
H A D | timer-npcm7xx.c | 98 writel(timer_of_period(to), timer_of_base(to) + NPCM7XX_REG_TICR0); in npcm7xx_timer_periodic()
|
H A D | timer-sun4i.c | 109 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to)); in sun4i_clkevt_set_periodic()
|
H A D | timer-atcpit100.c | 139 atcpit100_clkevt_time_setup(timer_of_base(to), timer_of_period(to)); in atcpit100_clkevt_set_periodic()
|
H A D | timer-stm32.c | 150 return stm32_clock_event_set_next_event(timer_of_period(to), clkevt); in stm32_clock_event_set_periodic()
|
H A D | timer-tegra.c | 85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic()
|
Completed in 8 milliseconds