Home
last modified time | relevance | path

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

/qemu/include/hw/southbridge/
H A Dich9.h199 #define ICH9_PMIO_SMI_EN_TCO_EN (1 << 13) macro
/qemu/hw/acpi/
H A Dich9.c104 tco_en = pm->smi_en & ICH9_PMIO_SMI_EN_TCO_EN; in ich9_smi_writel()
107 val = (val & ~ICH9_PMIO_SMI_EN_TCO_EN) | tco_en; in ich9_smi_writel()
H A Dich9_tco.c73 if (pm->smi_en & ICH9_PMIO_SMI_EN_TCO_EN) { in tco_timer_expired()