Home
last modified time | relevance | path

Searched refs:ICH9_CC_GCS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/southbridge/
H A Dich9.h97 #define ICH9_CC_GCS 0x3410 macro
/openbmc/qemu/tests/qtest/
H A Dtco-test.c123 val = qtest_readl(td->qts, RCBA_BASE_ADDR + ICH9_CC_GCS); in reset_on_second_timeout()
129 qtest_writel(td->qts, RCBA_BASE_ADDR + ICH9_CC_GCS, val); in reset_on_second_timeout()
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c54 uint32_t gcs = pci_get_long(lpc->chip_config + ICH9_CC_GCS); in tco_timer_expired()
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c145 pci_set_long(c + ICH9_CC_GCS, ICH9_CC_GCS_DEFAULT); in ich9_cc_reset()