Home
last modified time | relevance | path

Searched refs:GPT_TIMER_MAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/timer/
H A Dimx_gpt.c177 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 …]
/openbmc/qemu/include/hw/timer/
H A Dimx_gpt.h45 #define GPT_TIMER_MAX 0XFFFFFFFFUL macro