Home
last modified time | relevance | path

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

/qemu/include/hw/acpi/
H A Dich9_tco.h40 TCO_TMR_HLT = 1 << 11, enumerator
/qemu/tests/qtest/
H A Dtco-test.c89 val |= TCO_TMR_HLT; in stop_tco()
98 val &= ~TCO_TMR_HLT; in start_tco()
/qemu/hw/acpi/
H A Dich9_tco.c83 return !(tr->tco.cnt1 & TCO_TMR_HLT) && tr->tco.tmr > 1; in can_start_tco_timer()