Searched refs:GPT_CR1_CEN (Results 1 – 2 of 2) sorted by relevance
35 writel(readl(&gpt1_regs_ptr->cr1) & ~GPT_CR1_CEN, &gpt1_regs_ptr->cr1); in timer_init()45 writel(readl(&gpt1_regs_ptr->cr1) | GPT_CR1_CEN, in timer_init()
29 #define GPT_CR1_CEN 0x0001 macro