Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h42 TCO_SECOND_TO_STS = 1 << 1, enumerator
/openbmc/qemu/tests/qtest/
H A Dtco-test.c199 ret = val & TCO_SECOND_TO_STS ? 1 : 0; in test_tco_timeout()
445 ret = val & (TCO_SECOND_TO_STS | TCO_BOOT_STS) ? 1 : 0; in test_tco2_status_bits()
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c62 tr->tco.sts2 |= TCO_SECOND_TO_STS; in tco_timer_expired()