Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dich9_tco.c40 timer_mod(tr->tco_timer, tr->expire_time); in tco_timer_reload()
46 timer_del(tr->tco_timer); in tco_timer_stop()
244 .tco_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, tco_timer_expired, tr), in acpi_pm_tco_init()
270 VMSTATE_TIMER_PTR(tco_timer, TCOIORegs),
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h71 QEMUTimer *tco_timer; member