Home
last modified time | relevance | path

Searched refs:timeouts_no (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dich9_tco.c56 trace_tco_timer_expired(tr->timeouts_no, in tco_timer_expired()
61 if (++tr->timeouts_no == 2) { in tco_timer_expired()
64 tr->timeouts_no = 0; in tco_timer_expired()
145 tr->timeouts_no = 0; in tco_ioport_writew()
246 .timeouts_no = 0, in acpi_pm_tco_init()
272 VMSTATE_UINT8(timeouts_no, TCOIORegs),
H A Dtrace-events59 tco_timer_expired(int timeouts_no, bool strap, bool no_reboot) "timeouts_no=%d no_reboot=%d/%d"
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h73 uint8_t timeouts_no; member