Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c14 #define TIMER_BLOCK_SCALE(s) ((((s) & 0xff) + 1) * 10) macro
17 clock_step(TIMER_BLOCK_SCALE(scaler) * (int64_t)(steps_nb) + 1)
188 clock_step(TIMER_BLOCK_SCALE(scaler) * (101 + repeat) + 1); in test_timer_periodic()
193 clock_step(TIMER_BLOCK_SCALE(scaler) * (101 - repeat) - 1); in test_timer_periodic()
692 clock_step(TIMER_BLOCK_SCALE(scaler) * test_load); in test_periodic_counter()