Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Drenesas_tmr.h24 ovi = 2, enumerator
54 qemu_irq ovi[TMR_CH]; member
/openbmc/qemu/hw/timer/
H A Drenesas_tmr.c85 diff[ovi] = 0x10000 - concat_reg(tmr->tcnt); in update_events()
90 diff[ovi] = 0x100 - tmr->tcnt[ch]; in update_events()
364 case ovi: in issue_event()
366 qemu_irq_pulse(tmr->ovi[ch]); in issue_event()
437 for (i = 0; i < ARRAY_SIZE(tmr->ovi); i++) { in rtmr_init()
440 sysbus_init_irq(d, &tmr->ovi[i]); in rtmr_init()