Searched refs:GPT_TIMER_MAX (Results 1 – 2 of 2) sorted by relevance
177 uint32_t timeout = GPT_TIMER_MAX; in imx_gpt_compute_next_timeout()199 } else if (count == GPT_TIMER_MAX) { in imx_gpt_compute_next_timeout()229 if ((s->ir & GPT_IR_ROVIE) && (timeout == GPT_TIMER_MAX)) { in imx_gpt_compute_next_timeout()340 s->ocr1 = GPT_TIMER_MAX; in imx_gpt_reset_common()341 s->ocr2 = GPT_TIMER_MAX; in imx_gpt_reset_common()342 s->ocr3 = GPT_TIMER_MAX; in imx_gpt_reset_common()346 s->next_timeout = GPT_TIMER_MAX; in imx_gpt_reset_common()353 ptimer_set_limit(s->timer, GPT_TIMER_MAX, 1); in imx_gpt_reset_common()397 s->next_timeout = GPT_TIMER_MAX; in imx_gpt_write()398 ptimer_set_count(s->timer, GPT_TIMER_MAX); in imx_gpt_write()[all …]
45 #define GPT_TIMER_MAX 0XFFFFFFFFUL macro