Home
last modified time | relevance | path

Searched refs:qtest_clock_step (Results 1 – 18 of 18) sorted by relevance

/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c150 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_reset_action()
156 qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, in test_reset_action()
191 qtest_clock_step(qts, 1); in test_prescaler()
214 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags()
217 qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, in test_enabling_flags()
227 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags()
230 qtest_clock_step(qts, watchdog_calculate_steps(RESET_CYCLES, in test_enabling_flags()
240 qtest_clock_step(qts, watchdog_interrupt_steps(qts, wd)); in test_enabling_flags()
273 qtest_clock_step(qts, steps); in test_pause()
280 qtest_clock_step(qts, steps << 4); in test_pause()
[all …]
H A Dwdt_ib700-test.c26 qtest_clock_step(s, NANOSECONDS_PER_SECOND * 40); in ib700_program_and_wait()
33 qtest_clock_step(s, NANOSECONDS_PER_SECOND); in ib700_program_and_wait()
38 qtest_clock_step(s, NANOSECONDS_PER_SECOND); in ib700_program_and_wait()
41 qtest_clock_step(s, 3 * NANOSECONDS_PER_SECOND); in ib700_program_and_wait()
46 qtest_clock_step(s, 3 * NANOSECONDS_PER_SECOND); in ib700_program_and_wait()
48 qtest_clock_step(s, 2 * NANOSECONDS_PER_SECOND); in ib700_program_and_wait()
H A Dtco-test.c179 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 …]
H A Dsifive-e-aon-watchdog-test.c223 qtest_clock_step(qts, NANOSECONDS_PER_SECOND); in test_watchdog()
265 qtest_clock_step(qts, NANOSECONDS_PER_SECOND * 10); in test_scaled_watchdog()
308 qtest_clock_step(qts, NANOSECONDS_PER_SECOND); in test_periodic_int()
327 qtest_clock_step(qts, NANOSECONDS_PER_SECOND); in test_periodic_int()
365 qtest_clock_step(qts, NANOSECONDS_PER_SECOND * 2); in test_enable_disable()
383 qtest_clock_step(qts, NANOSECONDS_PER_SECOND * 8); in test_enable_disable()
401 qtest_clock_step(qts, NANOSECONDS_PER_SECOND * 8); in test_enable_disable()
H A Dnpcm7xx_adc-test.c184 qtest_clock_step(qts, adc_calculate_steps(CONV_CYCLES / 2, prescaler, in adc_wait_conv_finished()
188 qtest_clock_step(qts, adc_calculate_steps(CONV_CYCLES, prescaler, clkdiv)); in adc_wait_conv_finished()
300 qtest_clock_step(qts, adc_calculate_steps(RESET_CYCLES, in test_reset()
H A Dmicrobit-test.c505 qtest_clock_step(qts, 10000); in test_nrf51_timer()
511 qtest_clock_step(qts, 10000); in test_nrf51_timer()
514 qtest_clock_step(qts, 10000); in test_nrf51_timer()
520 qtest_clock_step(qts, 10000); in test_nrf51_timer()
H A Dnpcm7xx_emc-test.c318 qtest_clock_step(qts, 100); in emc_soft_reset()
323 qtest_clock_step(qts, 100); in emc_soft_reset()
399 qtest_clock_step(qts, step); in emc_wait_irq()
417 qtest_clock_step(qts, step); in emc_wait_mista()
H A Dlibqtest-single.h316 return qtest_clock_step(global_qtest, step); in clock_step()
H A Dufs-test.c62 qtest_clock_step(ufs->dev.bus->qts, 100); in ufs_wait_for_irq()
272 qtest_clock_step(ufs->dev.bus->qts, 100); in ufs_init()
353 qtest_clock_step(ufs->dev.bus->qts, 100); in ufs_init()
H A Dlibqtest.h642 int64_t qtest_clock_step(QTestState *s, int64_t step);
H A Dlibqtest.c1005 int64_t qtest_clock_step(QTestState *s, int64_t step) in qtest_clock_step() function
/qemu/tests/qtest/fuzz/
H A Dvirtio_net_fuzz.c82 qtest_clock_step(s, 100); in virtio_net_fuzz_multi()
108 qtest_clock_step(s, 100); in virtio_net_fuzz_multi()
/qemu/tests/qtest/libqos/
H A Dvirtio.c173 qtest_clock_step(qts, 100); in qvirtio_wait_queue_isr()
195 qtest_clock_step(qts, 100); in qvirtio_wait_status_byte_no_isr()
222 qtest_clock_step(qts, 100); in qvirtio_wait_used_elem()
H A Digb.c74 qtest_clock_step(d->pci_dev.bus->qts, 900000000); in igb_pci_start_hw()
H A De1000e.c89 qtest_clock_step(d_pci->pci_dev.bus->qts, 10000); in e1000e_wait_isr()
H A Dvirtio-mmio.c128 qtest_clock_step(dev->qts, 100); in qvirtio_mmio_wait_config_isr_status()
H A Dvirtio-pci-modern.c181 qtest_clock_step(dev->pdev->bus->qts, 100); in wait_config_isr_status()
H A Dvirtio-pci.c179 qtest_clock_step(dev->pdev->bus->qts, 100); in qvirtio_pci_wait_config_isr_status()