Home
last modified time | relevance | path

Searched refs:gpt_tctl (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dtimer.c94 writel(GPTCR_SWR, &regs->gpt_tctl); in timer_init()
100 writel(0, &regs->gpt_tctl); /* We have no udelay by now */ in timer_init()
103 writel(readl(&regs->gpt_tctl) | GPTCR_CLKSOURCE_32 | GPTCR_FRR, in timer_init()
104 &regs->gpt_tctl); in timer_init()
105 writel(readl(&regs->gpt_tctl) | GPTCR_TEN, &regs->gpt_tctl); in timer_init()
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h132 u32 gpt_tctl; member