Searched refs:GPTCR_TEN (Results 1 – 5 of 5) sorted by relevance
36 #define GPTCR_TEN 1 /* Timer enable */ macro82 i |= GPTCR_CLKSOURCE_OSC | GPTCR_TEN; in timer_init()97 i |= GPTCR_CLKSOURCE_PRE | GPTCR_TEN; in timer_init()101 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()
18 #define GPTCR_TEN 1 /* Timer enable */ macro58 val |= GPTCR_24MEN | GPTCR_CLKSOURCE_OSC | GPTCR_TEN; in imx_gpt_ops_init()
28 #define GPTCR_TEN 1 /* Timer enable */ macro106 writel(readl(®s->gpt_tctl) | GPTCR_TEN, ®s->gpt_tctl); in timer_init()