Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtco-test.c183 ret = val & TCO_TIMEOUT ? 1 : 0; in test_tco_timeout()
187 val |= TCO_TIMEOUT; in test_tco_timeout()
190 ret = val & TCO_TIMEOUT ? 1 : 0; in test_tco_timeout()
196 ret = val & TCO_TIMEOUT ? 1 : 0; in test_tco_timeout()
228 ret = val & TCO_TIMEOUT ? 1 : 0; in test_tco_max_timeout()
232 ret = val & TCO_TIMEOUT ? 1 : 0; in test_tco_max_timeout()
372 } while (!(qpci_io_readw(d.dev, d.tco_io_bar, TCO1_STS) & TCO_TIMEOUT)); in test_tco_ticks_counter()
418 ret = val & (TCO_TIMEOUT | SW_TCO_SMI | TCO_INT_STS) ? 1 : 0; in test_tco1_status_bits()
/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h41 TCO_TIMEOUT = 1 << 3, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c60 tr->tco.sts1 |= TCO_TIMEOUT; in tco_timer_expired()