Lines Matching full:100

184     timer_load(100);  in test_timer_periodic()
190 g_assert_cmpuint(timer_counter(), ==, 100 - repeat); in test_timer_periodic()
506 TIMER_BLOCK_STEP(scaler, 100); in test_timer_nonzero_load_oneshot_to_zero()
527 TIMER_BLOCK_STEP(scaler, 100); in test_timer_nonzero_load_periodic_to_zero()
541 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_periodic_counter_on_the_fly()
543 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX / 2 - 100); in test_timer_set_periodic_counter_on_the_fly()
548 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_periodic_counter_on_the_fly()
550 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 100); in test_timer_set_periodic_counter_on_the_fly()
567 TIMER_BLOCK_STEP(scaler, 100); in test_timer_enable_and_set_counter()
569 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 100); in test_timer_enable_and_set_counter()
581 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_counter_and_enable()
583 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 100); in test_timer_set_counter_and_enable()
592 TIMER_BLOCK_STEP(NOSCALE, 100); in test_timer_set_counter_disabled()
603 TIMER_BLOCK_STEP(NOSCALE, 100); in test_timer_load_disabled()
618 TIMER_BLOCK_STEP(scaler, 100); in test_timer_oneshot_with_counter_0_on_start()
623 TIMER_BLOCK_STEP(scaler, 100); in test_timer_oneshot_with_counter_0_on_start()
643 TIMER_BLOCK_STEP(scaler, 100); in test_timer_periodic_with_counter_0_on_start()
646 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX + (scaler ? 1 : 0) - 100); in test_timer_periodic_with_counter_0_on_start()
648 TIMER_BLOCK_STEP(scaler, 100); in test_timer_periodic_with_counter_0_on_start()
734 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_oneshot_load_to_0()
736 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 100); in test_timer_set_oneshot_load_to_0()
741 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_oneshot_load_to_0()
746 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_oneshot_load_to_0()
760 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_periodic_load_to_0()
762 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 100); in test_timer_set_periodic_load_to_0()
767 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_periodic_load_to_0()
772 TIMER_BLOCK_STEP(scaler, 100); in test_timer_set_periodic_load_to_0()
786 clock_step(100); in test_deferred_trigger()
798 clock_step(100); in test_deferred_trigger()
814 clock_step(100); in test_deferred_trigger()
820 clock_step(100); in test_deferred_trigger()
832 clock_step(100); in test_deferred_trigger()
838 clock_step(100); in test_deferred_trigger()