Home
last modified time | relevance | path

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

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