Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h38 TCO_INT_STS = 1 << 2, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c160 tr->tco.sts1 |= TCO_INT_STS; 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()