Home
last modified time | relevance | path

Searched refs:GPTCR_TEN (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-imx/
Dtimer.c35 #define GPTCR_TEN 1 /* Timer enable */ macro
81 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()
/external/u-boot/arch/arm/cpu/arm1136/mx31/
Dtimer.c23 #define GPTCR_TEN 1 /* Timer enable */ macro
36 GPTCR |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
/external/u-boot/arch/arm/cpu/arm1136/mx35/
Dtimer.c18 #define GPTCR_TEN (1) /* Timer enable */ macro
41 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
/external/u-boot/arch/arm/cpu/arm926ejs/mx27/
Dtimer.c27 #define GPTCR_TEN 1 /* Timer enable */ macro
105 writel(readl(&regs->gpt_tctl) | GPTCR_TEN, &regs->gpt_tctl); in timer_init()