Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/acpi/
H A Dich9_tco.h52 TCO_TMR_MASK = 0x3ff, enumerator
/openbmc/qemu/hw/acpi/
H A Dich9_tco.c35 int ticks = tr->tco.tmr & TCO_TMR_MASK; in tco_timer_reload()
/openbmc/qemu/tests/qtest/
H A Dtco-test.c223 qtest_clock_step(d.qts, ((ticks & TCO_TMR_MASK) - 1) * TCO_TICK_NSEC); in test_tco_max_timeout()