Home
last modified time | relevance | path

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 Dtimer.c45 #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 Dpwm-stm32.c118 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 Dtimer-stm32.c44 #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 Dgpt.h51 #define TIM_EGR_UG BIT(0) macro
/OK3568_Linux_fs/kernel/drivers/iio/trigger/
H A Dstm32-timer-trigger.c171 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 Dtimer.c42 writel(readl(&gpt1_regs_ptr->egr) | TIM_EGR_UG, &gpt1_regs_ptr->egr); in timer_init()
/OK3568_Linux_fs/kernel/drivers/counter/
H A Dstm32-timer-cnt.c145 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 Dstm32-timers.h51 #define TIM_EGR_UG BIT(0) /* Update Generation */ macro