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.c184 uint32_t timeout = GPT_TIMER_MAX; in imx_gpt_compute_next_timeout()
206 } else if (count == GPT_TIMER_MAX) { in imx_gpt_compute_next_timeout()
236 if ((s->ir & GPT_IR_ROVIE) && (timeout == GPT_TIMER_MAX)) { in imx_gpt_compute_next_timeout()
347 s->ocr1 = GPT_TIMER_MAX; in imx_gpt_reset_common()
348 s->ocr2 = GPT_TIMER_MAX; in imx_gpt_reset_common()
349 s->ocr3 = GPT_TIMER_MAX; in imx_gpt_reset_common()
353 s->next_timeout = GPT_TIMER_MAX; in imx_gpt_reset_common()
360 ptimer_set_limit(s->timer, GPT_TIMER_MAX, 1); in imx_gpt_reset_common()
405 s->next_timeout = GPT_TIMER_MAX; in imx_gpt_write()
447 s->next_timeout = GPT_TIMER_MAX; in imx_gpt_write()
[all …]
/openbmc/qemu/include/hw/timer/
H A Dimx_gpt.h45 #define GPT_TIMER_MAX 0XFFFFFFFFUL macro