Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dtimer.c45 writel(readl(&gpt->ctrl) | GPT_CTRL_TEN, &gpt->ctrl); in timer_init()
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/
H A Dimx-regs.h468 #define GPT_CTRL_TEN 1 /* Timer enable */ macro