Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dstm32-timer-cnt.c467 regmap_write(priv->regmap, TIM_SR, (u32)~TIM_SR_UIF); in stm32_count_events_configure()
634 if (sr & TIM_SR_UIF) { in stm32_timer_cnt_isr()
641 clr &= ~TIM_SR_UIF; in stm32_timer_cnt_isr()
/linux/include/linux/mfd/
H A Dstm32-timers.h61 #define TIM_SR_UIF BIT(0) /* Update interrupt flag */ macro
/linux/drivers/clocksource/
H A Dtimer-stm32.c42 #define TIM_SR_UIF BIT(0) macro