Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c14 #define READ_TIMER() (readl(&gpt_regs_p->count) & GPT_FREE_RUNNING)
16 static struct gpt_regs *const gpt_regs_p = variable
48 writel(GPT_PRESCALER_1 | GPT_MODE_AUTO_RELOAD, &gpt_regs_p->control); in timer_init()
51 writel(GPT_FREE_RUNNING, &gpt_regs_p->compare); in timer_init()
54 writel(readl(&gpt_regs_p->control) | GPT_ENABLE, &gpt_regs_p->control); in timer_init()