Searched refs:get_next_irq_time (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | mos6522.c | 185 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time() function 231 ti->next_irq_time = get_next_irq_time(s, ti, current_time); in mos6522_timer1_update() 245 ti->next_irq_time = get_next_irq_time(s, ti, current_time); in mos6522_timer2_update() 561 get_next_irq_time(s, &s->timers[0], now)); in qmp_x_query_via_foreach() 573 get_next_irq_time(s, &s->timers[1], now)); in qmp_x_query_via_foreach()
|