Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dtimer.c20 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
31 GPTCR = GPTCR_SWR; in timer_init()
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dtimer.c15 #define GPTCR_SWR (1<<15) /* Software reset */ macro
31 writel(GPTCR_SWR, &gpt->ctrl); in timer_init()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dtimer.c28 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
71 __raw_writel(GPTCR_SWR, &cur_gpt->control); in timer_init()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c24 #define GPTCR_SWR (1 << 15) /* Software reset */ macro
94 writel(GPTCR_SWR, &regs->gpt_tctl); in timer_init()