Searched refs:TIM_EGR_UG (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/ |
| H A D | timer.c | 45 #define TIM_EGR_UG (1 << 0) macro 62 setbits_le32(&tim->egr, TIM_EGR_UG); in timer_init()
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-stm32.c | 118 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_pwm_raw_capture() 417 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_pwm_enable()
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | timer-stm32.c | 44 #define TIM_EGR_UG BIT(0) macro 223 writel_relaxed(TIM_EGR_UG, timer_of_base(to) + TIM_EGR); in stm32_timer_set_prescaler()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/ |
| H A D | gpt.h | 51 #define TIM_EGR_UG BIT(0) macro
|
| /OK3568_Linux_fs/kernel/drivers/iio/trigger/ |
| H A D | stm32-timer-trigger.c | 171 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_start() 203 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_timer_stop()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/ |
| H A D | timer.c | 42 writel(readl(&gpt1_regs_ptr->egr) | TIM_EGR_UG, &gpt1_regs_ptr->egr); in timer_init()
|
| /OK3568_Linux_fs/kernel/drivers/counter/ |
| H A D | stm32-timer-cnt.c | 145 regmap_update_bits(priv->regmap, TIM_EGR, TIM_EGR_UG, TIM_EGR_UG); in stm32_count_function_set()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | stm32-timers.h | 51 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro
|