Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dimx_gpt.c62 VMSTATE_UINT32(ocr3, IMXGPTState),
221 timeout = imx_gpt_find_limit(count, s->ocr3, timeout); in imx_gpt_compute_next_timeout()
233 if ((s->ir & GPT_IR_OF3IE) && (timeout == s->ocr3)) { in imx_gpt_compute_next_timeout()
294 reg_value = s->ocr3; in imx_gpt_read()
349 s->ocr3 = GPT_TIMER_MAX; in imx_gpt_reset_common()
467 s->ocr3 = value; in imx_gpt_write()
/openbmc/qemu/include/hw/timer/
H A Dimx_gpt.h106 uint32_t ocr3; member