Searched refs:TIM_SR (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clocksource/ |
H A D | timer-stm32.c | 27 #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 D | stm32-timer-cnt.c | 438 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 D | stm32-timers.c | 121 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 D | stm32-timers.h | 19 #define TIM_SR 0x10 /* Status register */ macro
|