Searched refs:GPT_FREE_RUNNING (Results 1 – 5 of 5) sorted by relevance
20 #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()
19 #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()
27 #define GPT_FREE_RUNNING 0xFFFFFFFF macro110 writel(GPT_FREE_RUNNING, ®s->arr); in stm32_timer_probe()
36 #define GPT_FREE_RUNNING 0xFFFF macro
62 #define GPT_FREE_RUNNING 0xFFFF macro
Completed in 18 milliseconds