Searched refs:GPTCR_TEN (Results 1 – 4 of 4) sorted by relevance
38 #define GPTCR_TEN 1 /* Timer enable */ macro83 i |= GPTCR_CLKSOURCE_OSC | GPTCR_TEN; in timer_init()98 i |= GPTCR_CLKSOURCE_PRE | GPTCR_TEN; in timer_init()102 i |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
24 #define GPTCR_TEN 1 /* Timer enable */ macro37 GPTCR |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
20 #define GPTCR_TEN (1) /* Timer enable */ macro43 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
32 #define GPTCR_TEN 1 /* Timer enable */ macro110 writel(readl(®s->gpt_tctl) | GPTCR_TEN, ®s->gpt_tctl); in timer_init()
Completed in 6 milliseconds