Searched refs:TIM_DIER (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-stm32.c26 #define TIM_DIER 0x0c macro
101 writel_relaxed(0, timer_of_base(to) + TIM_DIER);
139 writel_relaxed(TIM_DIER_CC1IE, timer_of_base(to) + TIM_DIER);
/linux-master/include/linux/mfd/
H A Dstm32-timers.h18 #define TIM_DIER 0x0C /* DMA/interrupt register */ macro
/linux-master/drivers/mfd/
H A Dstm32-timers.c125 ret = regmap_update_bits(regmap, TIM_DIER, stm32_timers_dier_dmaen[id],
137 regmap_update_bits(regmap, TIM_DIER, stm32_timers_dier_dmaen[id], 0);
/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c460 if (!regmap_test_bits(priv->regmap, TIM_DIER, TIM_DIER_UIE))
477 regmap_write(priv->regmap, TIM_DIER, dier);
620 regmap_read(priv->regmap, TIM_DIER, &dier);

Completed in 106 milliseconds