Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f7/
H A Dtimer.c14 #define READ_TIMER() (readl(&gpt1_regs_ptr->cnt) & GPT_FREE_RUNNING)
37 writel(GPT_FREE_RUNNING, &gpt1_regs_ptr->arr); in timer_init()
84 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/stv0991/
H A Dtimer.c17 #define READ_TIMER() (readl(&gpt1_regs_ptr->cnt) & GPT_FREE_RUNNING)
40 writel(GPT_FREE_RUNNING, &gpt1_regs_ptr->arr); in timer_init()
86 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dtimer.c15 #define READ_TIMER() (readl(&gpt_regs_p->count) & GPT_FREE_RUNNING)
50 writel(GPT_FREE_RUNNING, &gpt_regs_p->compare); in timer_init()
95 timestamp += now + GPT_FREE_RUNNING - lastdec; in get_timer_masked()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stv0991/
H A Dstv0991_gpt.h37 #define GPT_FREE_RUNNING 0xFFFF macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-spear/
H A Dspr_gpt.h63 #define GPT_FREE_RUNNING 0xFFFF macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f7/
H A Dgpt.h45 #define GPT_FREE_RUNNING 0xFFFFFFFF macro