Searched refs:TIM_EGR_UG (Results 1 – 3 of 3) sorted by relevance
45 #define TIM_EGR_UG (1 << 0) macro62 setbits_le32(&tim->egr, TIM_EGR_UG); in timer_init()
51 #define TIM_EGR_UG BIT(0) macro
42 writel(readl(&gpt1_regs_ptr->egr) | TIM_EGR_UG, &gpt1_regs_ptr->egr); in timer_init()