Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds