Home
last modified time | relevance | path

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

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