Searched refs:TIM_CR1_ARPE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/iio/trigger/ |
| D | stm32-timer-trigger.c | 145 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_timer_start() 177 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_timer_stop() 638 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_set_preset()
|
| /Linux-v5.4/drivers/counter/ |
| D | stm32-timer-cnt.c | 133 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_function_set() 187 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
|
| /Linux-v5.4/include/linux/mfd/ |
| D | stm32-timers.h | 37 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
|
| /Linux-v5.4/drivers/pwm/ |
| D | pwm-stm32.c | 359 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_pwm_config()
|
| /Linux-v5.4/drivers/clocksource/ |
| D | timer-stm32.c | 37 #define TIM_CR1_ARPE BIT(7) macro
|