Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dmac_via.h75 QEMUTimer *sixty_hz_timer; member
/openbmc/qemu/hw/misc/
H A Dmac_via.c318 timer_mod(v1s->sixty_hz_timer, v1s->next_sixty_hz); in via1_sixty_hz_update()
1241 v1s->sixty_hz_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, via1_sixty_hz, in mos6522_q800_via1_realize()
1319 VMSTATE_TIMER_PTR(sixty_hz_timer, MOS6522Q800VIA1State),