Home
last modified time | relevance | path

Searched refs:TIM_CCR1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clocksource/
H A Dtimer-stm32.c32 #define TIM_CCR1 0x34 macro
133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1); in stm32_clock_event_set_next_event()
/linux/drivers/counter/
H A Dstm32-timer-cnt.c283 regmap_read(priv->regmap, TIM_CCR1, &ccrx); in stm32_count_cap_read()