Searched refs:watchdog_interrupt_steps (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_watchdog_timer-test.c | 115 static int64_t watchdog_interrupt_steps(QTestState *qts, const Watchdog *wd) in watchdog_interrupt_steps() function 150 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_reset_action() 188 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd) - 1); in test_prescaler() 214 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags() 227 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags() 240 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags() 267 remaining_steps = watchdog_interrupt_steps(qts, wd); in test_pause()
|