Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Drenesas_tmr.h22 cmia = 0, enumerator
52 qemu_irq cmia[TMR_CH]; member
/openbmc/qemu/hw/timer/
H A Drenesas_tmr.c83 diff[cmia] = concat_reg(tmr->tcora) - concat_reg(tmr->tcnt); in update_events()
88 diff[cmia] = tmr->tcora[ch] - tmr->tcnt[ch]; in update_events()
339 case cmia: in issue_event()
345 qemu_irq_pulse(tmr->cmia[ch]); in issue_event()
438 sysbus_init_irq(d, &tmr->cmia[i]); in rtmr_init()