Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-stv0991/
H A Dstv0991_gpt.h30 #define GPT_MODE_AUTO_RELOAD (1 << 7) macro
/openbmc/u-boot/arch/arm/include/asm/arch-spear/
H A Dspr_gpt.h36 #define GPT_MODE_AUTO_RELOAD 0x0000 macro
/openbmc/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c37 writel(readl(&gpt1_regs_ptr->cr1) | GPT_MODE_AUTO_RELOAD, in timer_init()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c48 writel(GPT_PRESCALER_1 | GPT_MODE_AUTO_RELOAD, &gpt_regs_p->control); in timer_init()