Searched refs:GPTCR_TEN (Results 1 – 4 of 4) sorted by relevance
35 #define GPTCR_TEN 1 /* Timer enable */ macro81 i |= GPTCR_CLKSOURCE_OSC | GPTCR_TEN; in timer_init()96 i |= GPTCR_CLKSOURCE_PRE | GPTCR_TEN; in timer_init()100 i |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
23 #define GPTCR_TEN 1 /* Timer enable */ macro36 GPTCR |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
18 #define GPTCR_TEN (1) /* Timer enable */ macro41 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
27 #define GPTCR_TEN 1 /* Timer enable */ macro105 writel(readl(®s->gpt_tctl) | GPTCR_TEN, ®s->gpt_tctl); in timer_init()