Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dtimer.c36 #define GPTCR_TEN 1 /* Timer enable */ macro
84 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()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c24 #define GPTCR_TEN 1 /* Timer enable */ macro
39 GPTCR |= GPTCR_CLKSOURCE_32 | GPTCR_TEN; in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dtimer.c21 #define GPTCR_TEN (1) /* Timer enable */ macro
44 writel(readl(&gpt->ctrl) | GPTCR_TEN, &gpt->ctrl); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c28 #define GPTCR_TEN 1 /* Timer enable */ macro
106 writel(readl(&regs->gpt_tctl) | GPTCR_TEN, &regs->gpt_tctl); in timer_init()