Home
last modified time | relevance | path

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

/openbmc/linux/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()