Home
last modified time | relevance | path

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

/qemu/hw/acpi/
H A Dich9_tco.c60 tr->tco.sts1 |= TCO_TIMEOUT; in tco_timer_expired()
109 ret = tr->tco.sts1; in tco_ioport_readw()
155 tr->tco.sts1 |= SW_TCO_SMI; in tco_ioport_writew()
160 tr->tco.sts1 |= TCO_INT_STS; in tco_ioport_writew()
164 tr->tco.sts1 = val & TCO1_STS_MASK; in tco_ioport_writew()
234 .sts1 = TCO1_STS_DEFAULT, in acpi_pm_tco_init()
261 VMSTATE_UINT16(tco.sts1, TCOIORegs),
/qemu/include/hw/acpi/
H A Dich9_tco.h60 uint16_t sts1; member