Home
last modified time | relevance | path

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

/u-boot/arch/arm/cpu/armv7/stv0991/
A Dtimer.c20 #define READ_TIMER() (readl(&gpt1_regs_ptr->cnt) & GPT_FREE_RUNNING)
45 writel(GPT_FREE_RUNNING, &gpt1_regs_ptr->arr); in timer_init()
91 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/u-boot/arch/arm/cpu/arm926ejs/spear/
A Dtimer.c19 #define READ_TIMER() (readl(&gpt_regs_p->count) & GPT_FREE_RUNNING)
56 writel(GPT_FREE_RUNNING, &gpt_regs_p->compare); in timer_init()
101 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/u-boot/drivers/timer/
A Dstm32_timer.c27 #define GPT_FREE_RUNNING 0xFFFFFFFF macro
110 writel(GPT_FREE_RUNNING, &regs->arr); in stm32_timer_probe()
/u-boot/arch/arm/include/asm/arch-stv0991/
A Dstv0991_gpt.h36 #define GPT_FREE_RUNNING 0xFFFF macro
/u-boot/arch/arm/include/asm/arch-spear/
A Dspr_gpt.h62 #define GPT_FREE_RUNNING 0xFFFF macro

Completed in 18 milliseconds