Searched refs:GPTCR_TEN (Results 1 – 4 of 4) sorted by relevance
36 #define GPTCR_TEN 1 /* Timer enable */ macro84 i |= GPTCR_CLKSOURCE_OSC | GPTCR_TEN; in timer_init()99 i |= GPTCR_CLKSOURCE_PRE | GPTCR_TEN; in timer_init()103 i |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
24 #define GPTCR_TEN 1 /* Timer enable */ macro39 GPTCR |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
21 #define GPTCR_TEN (1) /* Timer enable */ macro44 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
28 #define GPTCR_TEN 1 /* Timer enable */ macro106 writel(readl(®s->gpt_tctl) | GPTCR_TEN, ®s->gpt_tctl); in timer_init()