Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c21 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
34 GPTCR = GPTCR_SWR; in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dtimer.c18 #define GPTCR_SWR (1<<15) /* Software reset */ macro
34 writel(GPTCR_SWR, &gpt->ctrl); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dtimer.c29 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
74 __raw_writel(GPTCR_SWR, &cur_gpt->control); in timer_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c25 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
95 writel(GPTCR_SWR, &regs->gpt_tctl); in timer_init()