Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-stm32.c27 #define TIM_SR 0x10 macro
167 writel_relaxed(0, timer_of_base(to) + TIM_SR); in stm32_clock_event_handler()
224 writel_relaxed(0, timer_of_base(to) + TIM_SR); in stm32_timer_set_prescaler()
/linux/drivers/counter/
H A Dstm32-timer-cnt.c438 regmap_write(priv->regmap, TIM_SR, ~TIM_SR_CC_IF(ch)); in stm32_count_capture_configure()
467 regmap_write(priv->regmap, TIM_SR, (u32)~TIM_SR_UIF); in stm32_count_events_configure()
625 regmap_read(priv->regmap, TIM_SR, &sr); in stm32_timer_cnt_isr()
653 regmap_write(priv->regmap, TIM_SR, clr); in stm32_timer_cnt_isr()
/linux/drivers/mfd/
H A Dstm32-timers.c121 ret = regmap_write(regmap, TIM_SR, 0); in stm32_timers_dma_burst_read()
138 regmap_write(regmap, TIM_SR, 0); in stm32_timers_dma_burst_read()
/linux/include/linux/mfd/
H A Dstm32-timers.h19 #define TIM_SR 0x10 /* Status register */ macro