Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dich9_tco.c58 !!(gcs & ICH9_CC_GCS_NO_REBOOT)); in tco_timer_expired()
66 if (!lpc->pin_strap.spkr_hi && !(gcs & ICH9_CC_GCS_NO_REBOOT)) { in tco_timer_expired()
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h99 #define ICH9_CC_GCS_NO_REBOOT (1 << 5) macro
/openbmc/qemu/tests/qtest/
H A Dtco-test.c125 val &= ~ICH9_CC_GCS_NO_REBOOT; in reset_on_second_timeout()
127 val |= ICH9_CC_GCS_NO_REBOOT; in reset_on_second_timeout()