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.c66 VMSTATE_UINT32(ocr3, IMXGPTState),
214 timeout = imx_gpt_find_limit(count, s->ocr3, timeout); in imx_gpt_compute_next_timeout()
226 if ((s->ir & GPT_IR_OF3IE) && (timeout == s->ocr3)) { in imx_gpt_compute_next_timeout()
287 reg_value = s->ocr3; in imx_gpt_read()
342 s->ocr3 = GPT_TIMER_MAX; in imx_gpt_reset_common()
460 s->ocr3 = value; in imx_gpt_write()
/openbmc/qemu/include/hw/timer/
H A Dimx_gpt.h105 uint32_t ocr3; member