Home
last modified time | relevance | path

Searched refs:TIM_CR1_UDIS (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-stm32.c35 #define TIM_CR1_UDIS BIT(1) macro
114 writel_relaxed(TIM_CR1_UDIS | TIM_CR1_CEN, timer_of_base(to) + TIM_CR1); in stm32_timer_start()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-stm32.c35 #define TIM_CR1_UDIS BIT(1) macro
114 writel_relaxed(TIM_CR1_UDIS | TIM_CR1_CEN, timer_of_base(to) + TIM_CR1); in stm32_timer_start()

Completed in 2 milliseconds