Searched refs:TIM_CR1_ARPE (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/mfd/
H A Dstm32-timers.h38 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
/linux-master/drivers/iio/trigger/
H A Dstm32-timer-trigger.c161 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE);
192 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
686 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
/linux-master/drivers/clocksource/
H A Dtimer-stm32.c37 #define TIM_CR1_ARPE BIT(7) macro
/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c174 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
/linux-master/drivers/pwm/
H A Dpwm-stm32.c351 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE);

Completed in 177 milliseconds