Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h39 TCO_LOCK = 1 << 12, enumerator
/openbmc/qemu/tests/qtest/
H A Dtco-test.c387 val = TCO_LOCK; in test_tco1_control_bits()
389 val &= ~TCO_LOCK; in test_tco1_control_bits()
392 TCO_LOCK); in test_tco1_control_bits()
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c175 tr->tco.cnt1 = val | (tr->tco.cnt1 & TCO_LOCK); in tco_ioport_writew()
H A Dich9.c106 if (tr->tco.cnt1 & TCO_LOCK) { in ich9_smi_writel()