Searched refs:TIM_DIER (Results 1 - 3 of 3) 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);

Completed in 166 milliseconds