Searched refs:GPT_CR1_CEN (Results 1 – 4 of 4) sorted by relevance
27 writel(readl(&gpt1_regs_ptr->cr1) & ~GPT_CR1_CEN, &gpt1_regs_ptr->cr1); in timer_init()40 writel(readl(&gpt1_regs_ptr->cr1) | GPT_CR1_CEN, &gpt1_regs_ptr->cr1); in timer_init()
33 writel(readl(&gpt1_regs_ptr->cr1) & ~GPT_CR1_CEN, &gpt1_regs_ptr->cr1); in timer_init()43 writel(readl(&gpt1_regs_ptr->cr1) | GPT_CR1_CEN, in timer_init()
30 #define GPT_CR1_CEN 0x0001 macro
41 #define GPT_CR1_CEN BIT(0) macro