Searched refs:TIM_CR1_ARPE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/trigger/ |
| H A D | stm32-timer-trigger.c | 160 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_timer_start() 191 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_timer_stop() 685 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_set_preset()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | stm32-timers.h | 37 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */ macro
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-stm32.c | 362 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE); in stm32_pwm_config()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-stm32.c | 37 #define TIM_CR1_ARPE BIT(7) macro
|
| /OK3568_Linux_fs/kernel/drivers/counter/ |
| H A D | stm32-timer-cnt.c | 196 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0); in stm32_count_ceiling_write()
|