Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h37 SW_TCO_SMI = 1 << 1, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c155 tr->tco.sts1 |= SW_TCO_SMI; in tco_ioport_writew()
/openbmc/qemu/tests/qtest/
H A Dtco-test.c418 ret = val & (TCO_TIMEOUT | SW_TCO_SMI | TCO_INT_STS) ? 1 : 0; in test_tco1_status_bits()