Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv7/stv0991/
Dtimer.c16 #define READ_TIMER() (readl(&gpt1_regs_ptr->cnt) & GPT_FREE_RUNNING)
39 writel(GPT_FREE_RUNNING, &gpt1_regs_ptr->arr); in timer_init()
85 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Dtimer.c14 #define READ_TIMER() (readl(&gpt_regs_p->count) & GPT_FREE_RUNNING)
49 writel(GPT_FREE_RUNNING, &gpt_regs_p->compare); in timer_init()
94 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/external/u-boot/drivers/timer/
Dstm32_timer.c23 #define GPT_FREE_RUNNING 0xFFFFFFFF macro
108 writel(GPT_FREE_RUNNING, &regs->arr); in stm32_timer_probe()
/external/u-boot/arch/arm/include/asm/arch-stv0991/
Dstv0991_gpt.h36 #define GPT_FREE_RUNNING 0xFFFF macro
/external/u-boot/arch/arm/include/asm/arch-spear/
Dspr_gpt.h62 #define GPT_FREE_RUNNING 0xFFFF macro