Searched refs:TCO_TICK_NSEC (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | tco-test.c | 179 qtest_clock_step(d.qts, ticks * TCO_TICK_NSEC); in test_tco_timeout() 194 qtest_clock_step(d.qts, ticks * TCO_TICK_NSEC); in test_tco_timeout() 223 qtest_clock_step(d.qts, ((ticks & TCO_TMR_MASK) - 1) * TCO_TICK_NSEC); in test_tco_max_timeout() 230 qtest_clock_step(d.qts, TCO_TICK_NSEC); in test_tco_max_timeout() 266 qtest_clock_step(td.qts, ticks * TCO_TICK_NSEC * 2); in test_tco_second_timeout_pause() 291 qtest_clock_step(td.qts, ticks * TCO_TICK_NSEC * 2); in test_tco_second_timeout_reset() 316 qtest_clock_step(td.qts, ticks * TCO_TICK_NSEC * 2); in test_tco_second_timeout_shutdown() 341 qtest_clock_step(td.qts, ticks * TCO_TICK_NSEC * 2); in test_tco_second_timeout_none() 370 qtest_clock_step(d.qts, TCO_TICK_NSEC); in test_tco_ticks_counter() 413 qtest_clock_step(d.qts, ticks * TCO_TICK_NSEC); in test_tco1_status_bits() [all …]
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ich9_tco.h | 17 #define TCO_TICK_NSEC 600000000LL macro
|
/openbmc/qemu/hw/acpi/ |
H A D | ich9_tco.c | 36 int64_t nsec = (int64_t)ticks * TCO_TICK_NSEC; in tco_timer_reload() 95 int64_t elapsed = (tr->expire_time - now) / TCO_TICK_NSEC; in tco_ioport_readw()
|