Searched refs:tim_timer_bit (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_timer-test.c | 169 static uint32_t tim_timer_bit(const TestData *td) in tim_timer_bit() function 232 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_enable_then_disable() 260 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_ps5() 264 tim_write(td, TISR, tim_timer_bit(td)); in test_oneshot_ps5() 298 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_ps0() 326 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_ps255() 344 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_oneshot_interrupt() 383 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_pause_resume() 430 g_assert_cmphex(tim_read(td, TISR), ==, tim_timer_bit(td)); in test_prescaler_change() 452 tim_write(td, TISR, tim_timer_bit(td)); in test_periodic_no_interrupt() [all …]
|